mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
initial commit
This commit is contained in:
7
src/components/Form/index.ts
Normal file
7
src/components/Form/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export { default as BasicForm } from './src/BasicForm.vue';
|
||||
|
||||
export * from './src/types/form';
|
||||
export * from './src/types/formItem';
|
||||
|
||||
export { useComponentRegister } from './src/hooks/useComponentRegister';
|
||||
export { useForm } from './src/hooks/useForm';
|
Reference in New Issue
Block a user