UNPKG

373 BTypeScriptView Raw
1export declare const SC_ATTR: string;
2export declare const SC_ATTR_ACTIVE = "active";
3export declare const SC_ATTR_VERSION = "data-styled-version";
4export declare const SC_VERSION: string;
5export declare const SPLITTER = "/*!sc*/\n";
6export declare const IS_BROWSER: boolean;
7export declare const DISABLE_SPEEDY: boolean;
8export declare const STATIC_EXECUTION_CONTEXT: {};