UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

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