primeobjects-ui-web-realtime
TypeScript icon, indicating that this package has built-in type declarations

1.0.52 • Public • Published

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,
};

Readme

Keywords

none

Package Sidebar

Install

npm i primeobjects-ui-web-realtime

Weekly Downloads

5

Version

1.0.52

License

none

Unpacked Size

68.2 kB

Total Files

8

Last publish

Collaborators

  • primeobjects