UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

7 lines 359 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type TheadProps<C extends ElementType = "thead"> = HTMLHopeProps<C>; export declare function Thead<C extends ElementType = "thead">(props: TheadProps<C>): import("solid-js").JSX.Element; export declare namespace Thead { var toString: () => string; } //# sourceMappingURL=thead.d.ts.map