3333ecf19d8b4fca0a17fd630a621fcedcbc899bcb916903033c729c2613c94f14a417d62b135b6bbbbb89c0318d9f3e1a2cf90be0e220bfdf09a86d114122-exec 342 B

1234567891011121314
  1. import Treeselect from './components/Treeselect'
  2. import treeselectMixin from './mixins/treeselectMixin'
  3. import './style.less'
  4. export default Treeselect
  5. export { Treeselect, treeselectMixin }
  6. export {
  7. // Delayed loading.
  8. LOAD_ROOT_OPTIONS,
  9. LOAD_CHILDREN_OPTIONS,
  10. ASYNC_SEARCH,
  11. } from './constants'
  12. export const VERSION = PKG_VERSION