index.ts 251 B

12345678910
  1. import 'uno.css';
  2. /**
  3. * 此包供 playground 在线测试使用,不建议在生产环境中使用
  4. */
  5. export * from '@/components/core/dynamic-table/';
  6. export * from '@/components/core/schema-form/';
  7. console.log('[@admin-pkg/components] load');