@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 TfootProps<C extends ElementType = "tfoot"> = HTMLHopeProps<C>;
export declare function Tfoot<C extends ElementType = "tfoot">(props: TfootProps<C>): import("solid-js").JSX.Element;
export declare namespace Tfoot {
var toString: () => string;
}
//# sourceMappingURL=tfoot.d.ts.map