UNPKG

react-code-canvas

Version:

A browser-based canvas for rendering React components at runtime

10 lines (9 loc) 484 B
/** kebab icon file -> dynamic import. Every specifier is a literal so Vite, * webpack and Rollup can all statically split it. */ export declare const ICON_LOADERS: Record<string, () => Promise<{ default: unknown; }>>; /** Exported names that do NOT reduce to their file name mechanically. */ export declare const ICON_ALIASES: Record<string, string>; /** Every name lucide exports, for membership checks without loading anything. */ export declare const ICON_NAME_COUNT = 5841;