UNPKG

styled-components

Version:

CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.

14 lines (13 loc) 561 B
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; /** * Detect if we're running in a React Server Component environment. * RSC environments lack createContext, making this a reliable indicator. */ export declare const IS_RSC: boolean; export declare const DISABLE_SPEEDY: boolean; export declare const STATIC_EXECUTION_CONTEXT: {};