@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
13 lines • 464 B
TypeScript
import { JSX } from "solid-js";
import { CloseButtonProps } from "../close-button/close-button";
/**
* ModalCloseButton is used closes the modal.
*
* You don't need to pass the `onClick` to it, it reads the
* `onClose` action from the modal context.
*/
export declare function ModalCloseButton(props: CloseButtonProps): JSX.Element;
export declare namespace ModalCloseButton {
var toString: () => string;
}
//# sourceMappingURL=modal-close-button.d.ts.map