@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
9 lines • 576 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
import { TableCaptionVariants } from "./table.styles";
export declare type ThemeableTableCaptionOptions = Pick<TableCaptionVariants, "placement">;
export declare type TableCaptionProps<C extends ElementType = "caption"> = HTMLHopeProps<C, ThemeableTableCaptionOptions>;
export declare function TableCaption<C extends ElementType = "caption">(props: TableCaptionProps<C>): import("solid-js").JSX.Element;
export declare namespace TableCaption {
var toString: () => string;
}
//# sourceMappingURL=table-caption.d.ts.map