UNPKG

@meonode/ui

Version:

A structured approach to component composition, direct CSS-first prop styling, built-in theming, smart prop handling (including raw property pass-through), and dynamic children.

6 lines 744 B
export declare const NO_STYLE_TAGS: readonly ["html", "head", "meta", "link", "script", "style", "noscript", "template", "slot", "base", "param", "source", "track", "wbr", "embed", "object", "iframe", "frame", "frameset", "applet", "bgsound", "noembed", "noframes"]; export declare const noStyleTagsSet: Set<"object" | "html" | "head" | "meta" | "link" | "script" | "style" | "noscript" | "template" | "slot" | "base" | "param" | "source" | "track" | "wbr" | "embed" | "iframe" | "frame" | "frameset" | "applet" | "bgsound" | "noembed" | "noframes">; export type NO_STYLE_TAGS = typeof NO_STYLE_TAGS; export declare let __DEBUG__: boolean; export declare function setDebugMode(enabled: boolean): void; //# sourceMappingURL=common.const.d.ts.map