@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
10 lines • 458 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type DrawerContentProps<C extends ElementType = "section"> = HTMLHopeProps<C>;
/**
* Container for the drawer dialog's content.
*/
export declare function DrawerContent<C extends ElementType = "section">(props: DrawerContentProps<C>): import("solid-js").JSX.Element;
export declare namespace DrawerContent {
var toString: () => string;
}
//# sourceMappingURL=drawer-content.d.ts.map