UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

10 lines 438 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type CenterProps<C extends ElementType = "div"> = HTMLHopeProps<C>; /** * Center is a layout component that centers its child within itself. */ export declare function Center<C extends ElementType = "div">(props: CenterProps<C>): import("solid-js").JSX.Element; export declare namespace Center { var toString: () => string; } //# sourceMappingURL=center.d.ts.map