UNPKG

@tapie-kr/inspire-react

Version:

React Component Collection for INSPIRE

11 lines 1.43 kB
export declare const resetLayer: string; export declare const componentLayer: string; export declare const layoutLayer: string; export declare const typographyLayer: string; export declare const utilityLayer: string; export declare const resetStyle: (rule: import("@vanilla-extract/css").ComplexStyleRule, debugId?: string | undefined) => string, resetGlobalStyle: (selector: string, rule: import("@vanilla-extract/css").GlobalStyleRule) => void; export declare const layoutStyle: (rule: import("@vanilla-extract/css").ComplexStyleRule, debugId?: string | undefined) => string, layoutGlobalStyle: (selector: string, rule: import("@vanilla-extract/css").GlobalStyleRule) => void; export declare const componentStyle: (rule: import("@vanilla-extract/css").ComplexStyleRule, debugId?: string | undefined) => string, componentGlobalStyle: (selector: string, rule: import("@vanilla-extract/css").GlobalStyleRule) => void; export declare const typographyStyle: (rule: import("@vanilla-extract/css").ComplexStyleRule, debugId?: string | undefined) => string, typographyGlobalStyle: (selector: string, rule: import("@vanilla-extract/css").GlobalStyleRule) => void; export declare const utilityStyle: (rule: import("@vanilla-extract/css").ComplexStyleRule, debugId?: string | undefined) => string, utilityGlobalStyle: (selector: string, rule: import("@vanilla-extract/css").GlobalStyleRule) => void; //# sourceMappingURL=layer.css.d.ts.map