UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

6 lines 241 B
/** * Box is the most abstract component on top of which all other Hope UI components are built. * By default, it renders a div element. */ export declare const Box: import("..").HopeComponent<"div", {}>; //# sourceMappingURL=box.d.ts.map