export type CSSStyle = Partial; export type NoDimensionCSSStyle = Omit; export interface StatefulCSS { default?: T; hover?: T; click?: T; } //# sourceMappingURL=cssStyle.d.ts.map