@rws-aoa/react-library
Version:
RWS AOA Design System
8 lines • 321 B
TypeScript
export interface AoaModalCloseButtonProps {
/**
* The action to trigger to close this modal
*/
closeAction(this: void): void;
}
export declare function AoaModalCloseButton({ closeAction }: AoaModalCloseButtonProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ModalCloseButton.d.ts.map