gather-content-ui
Version:
GatherContent UI Library
16 lines • 470 B
TypeScript
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