fix: 修复类型错误

This commit is contained in:
kailong321200875
2023-06-05 15:09:08 +08:00
parent 855e4ca41b
commit 26dc886f8c
2 changed files with 27 additions and 27 deletions

View File

@@ -1,8 +1,7 @@
import Form from './src/Form.vue'
import { ElForm } from 'element-plus'
import { FormSchema, FormSetProps } from './src/types'
export {
PlaceholderModel,
import type { FormSchema, FormSetProps } from './src/types'
export type {
ComponentNameEnum,
ComponentName,
InputComponentProps,
@@ -31,7 +30,8 @@ export {
FormValueType,
FormItemProps,
FormSchema,
FormProps
FormProps,
PlaceholderModel
} from './src/types'
export interface FormExpose {