UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

12 lines 321 B
import type { PropertyValue } from "@stitches/core"; export declare const shadow: { /** * The CSS `box-shadow` property */ shadow: (value: PropertyValue<"boxShadow">) => { boxShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; }; //# sourceMappingURL=shadow.d.ts.map