@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
7 lines • 359 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type TbodyProps<C extends ElementType = "tbody"> = HTMLHopeProps<C>;
export declare function Tbody<C extends ElementType = "tbody">(props: TbodyProps<C>): import("solid-js").JSX.Element;
export declare namespace Tbody {
var toString: () => string;
}
//# sourceMappingURL=tbody.d.ts.map