UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

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