1.0.52 • Published 1 year ago

primeobjects-ui-web-realtime v1.0.52

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

primeobjects-ui-web-realtime

if run into error below,

Cannot find name 'StaticImageData' declare type StaticImport = StaticRequire | StaticImageData;

manually add the code below into the corresponding file

type StaticImageData = {
  src: string,
  height: number,
  width: number,
  placeholder?: string,
};