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