You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
784 B

import { ConfigProvider, ConfigConsumer, createIntl, zhCNIntl, enUSIntl, viVNIntl, itITIntl, jaJPIntl, esESIntl, ruRUIntl, msMYIntl, zhTWIntl, frFRIntl, ptBRIntl } from '@ant-design/pro-provider';
import { FieldStatus, FieldIndexColumn } from '@ant-design/pro-field';
import ProTable from './Table';
import TableDropdown from './component/Dropdown';
import Search from './Form';
import defaultRenderText from './defaultRender';
export { TableDropdown, FieldStatus as TableStatus, Search, ConfigProvider as IntlProvider, ConfigProvider, ConfigConsumer as IntlConsumer, ConfigConsumer, zhCNIntl, FieldIndexColumn as IndexColumn, defaultRenderText, createIntl, enUSIntl, viVNIntl, itITIntl, jaJPIntl, esESIntl, ruRUIntl, msMYIntl, zhTWIntl, frFRIntl, ptBRIntl };
export default ProTable;