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

1.0.32 • Public • Published

douhub-ui-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;
  };

/douhub-ui-realtime/

    Package Sidebar

    Install

    npm i douhub-ui-realtime

    Weekly Downloads

    0

    Version

    1.0.32

    License

    none

    Unpacked Size

    55.9 kB

    Total Files

    7

    Last publish

    Collaborators

    • primeobjects