import { MouseEventHandler } from "react"; export type XCloseTypes = { onClick?: MouseEventHandler; }; export default XCloseTypes;