UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

10 lines 441 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type TabPanelProps<C extends ElementType = "div"> = HTMLHopeProps<C>; /** * TabPanel is used to render the content for a specific tab. */ export declare function TabPanel<C extends ElementType = "div">(props: TabPanelProps<C>): import("solid-js").JSX.Element; export declare namespace TabPanel { var toString: () => string; } //# sourceMappingURL=tab-panel.d.ts.map