UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

13 lines 419 B
import { KeysOf, SystemStyleObject } from "../types"; /** * The `css` prop allow you to override styles easily. * It’s like the style attribute, but it supports tokens, media queries, nesting and token-aware values. */ export declare type CSSProp = { css?: SystemStyleObject; }; /** * Style prop names for the `css` prop */ export declare const cssPropName: KeysOf<CSSProp>; //# sourceMappingURL=css.d.ts.map