UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

20 lines 551 B
import type { PropertyValue } from "@stitches/core"; export declare const background: { /** * The CSS `background` property */ bg: (value: PropertyValue<"background">) => { background: { readonly [$$PropertyValue]: "background"; }; }; /** * The CSS `background-color` property */ bgColor: (value: PropertyValue<"backgroundColor">) => { backgroundColor: { readonly [$$PropertyValue]: "backgroundColor"; }; }; }; //# sourceMappingURL=background.d.ts.map