UNPKG

@schema-render/search-table-react

Version:
7 lines (6 loc) 334 B
import type { ModalProps } from 'antd'; import type { FC } from 'react'; import type { IColumnSettingContentProps } from '../ColumnSettingContent'; type IColumnSettingModalProps = Omit<ModalProps, 'onOk'> & IColumnSettingContentProps; declare const ColumnSettingModal: FC<IColumnSettingModalProps>; export default ColumnSettingModal;