UNPKG

gather-content-ui

Version:
16 lines 470 B
import React from "react"; export declare const LegacyModalContext: React.Context<{}>; declare function Modal(props: any): import("react/jsx-runtime").JSX.Element; declare namespace Modal { var defaultProps: { size: string; className: string; overflow: boolean; overflowHalf: boolean; mediaOnly: boolean; collapse: boolean; highlight: boolean; }; } export default Modal; //# sourceMappingURL=Modal.d.ts.map