/* @remove-on-es-build-begin */ // this file is not used if use https://github.com/ant-design/babel-plugin-import const ENV = process.env.NODE_ENV; if ( ENV !== 'production' && ENV !== 'test' && typeof console !== 'undefined' && console.warn && typeof window !== 'undefined' ) { console.warn( 'You are using a whole package of antd, ' + 'please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size.', ); } /* @remove-on-es-build-end */ import SearchTable from './search-table' export { default as Filters } from './filter' export { default as Table } from './table' export default SearchTable