@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
10 lines • 469 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type PopoverFooterProps<C extends ElementType = "footer"> = HTMLHopeProps<C>;
/**
* PopoverFooter houses the action buttons of the popover.
*/
export declare function PopoverFooter<C extends ElementType = "footer">(props: PopoverFooterProps<C>): import("solid-js").JSX.Element;
export declare namespace PopoverFooter {
var toString: () => string;
}
//# sourceMappingURL=popover-footer.d.ts.map