gather-content-ui
Version:
GatherContent UI Library
8 lines • 310 B
TypeScript
declare function SelectionModalBody({ children, className, isLoading, ...rest }: any): import("react/jsx-runtime").JSX.Element;
declare namespace SelectionModalBody {
var defaultProps: {
className: string;
};
}
export default SelectionModalBody;
//# sourceMappingURL=SelectionModalBody.d.ts.map