icon.error.d.ts 354 B

123456
  1. export declare function NameSpaceIsNotSpecifyError(): Error;
  2. export declare function IconNotFoundError(icon: string): Error;
  3. export declare function HttpModuleNotImport(): null;
  4. export declare function UrlNotSafeError(url: string): Error;
  5. export declare function SVGTagNotFoundError(): Error;
  6. export declare function DynamicLoadingTimeoutError(): Error;