UNPKG

203 BTypeScriptView Raw
1import type { SystemStyleObject } from "./css.types";
2export declare const EMPTY_STYLES: Readonly<SystemStyleObject>;
3export declare const EMPTY_SLOT_STYLES: Readonly<Record<string, SystemStyleObject>>;