styled-components
Version:
CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.
9 lines (8 loc) • 373 B
TypeScript
export declare const SC_ATTR: string;
export declare const SC_ATTR_ACTIVE = "active";
export declare const SC_ATTR_VERSION = "data-styled-version";
export declare const SC_VERSION: string;
export declare const SPLITTER = "/*!sc*/\n";
export declare const IS_BROWSER: boolean;
export declare const DISABLE_SPEEDY: boolean;
export declare const STATIC_EXECUTION_CONTEXT: {};