UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

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