UNPKG

gather-content-ui

Version:
18 lines 865 B
import SelectionModalBody from "./SelectionModalBody"; import SelectionModalColumn from "./SelectionModalColumn"; import SelectionModalColumnHeader from "./SelectionModalColumnHeader"; import SelectionModalCategory from "./SelectionModalCategory"; import SelectionModalColumnLoader from "./SelectionModalColumnLoader"; export declare function SelectionModal({ children, className, ...rest }: any): import("react/jsx-runtime").JSX.Element; export declare namespace SelectionModal { var defaultProps: { className: string; }; var Body: typeof SelectionModalBody; var Column: typeof SelectionModalColumn; var ColumnHeader: typeof SelectionModalColumnHeader; var Category: typeof SelectionModalCategory; var ColumnLoader: typeof SelectionModalColumnLoader; } export default SelectionModal; //# sourceMappingURL=SelectionModal.d.ts.map