lath
Version:
Seamless connection of pages.
5 lines (4 loc) • 334 B
TypeScript
export declare const setGlobalCSS: () => void;
export declare const getBaseStyle: (darkTheme: boolean) => string;
export declare const getHolderStyle: (darkTheme: boolean) => string;
export declare const holdLayerStyle = "\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 7;\n display: none;\n";