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

1.0.115 • Public • Published

douhub-ui-web

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

if run into the error below, make sure correct typscript version Overload signatures must all be optional or required. 203 randomUUID?(): string

sudo yarn add typescript@4.5.5 --dev

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.115
    0
    • latest

Version History

Package Sidebar

Install

npm i douhub-ui-web-platform

Weekly Downloads

1

Version

1.0.115

License

none

Unpacked Size

123 kB

Total Files

47

Last publish

Collaborators

  • primeobjects