Browse Source

fix: remove duplicated export interface of form

pointhalo 3 years ago
parent
commit
11411c6490
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/semi-ui/form/index.tsx

+ 0 - 2
packages/semi-ui/form/index.tsx

@@ -19,8 +19,6 @@ import withField from './hoc/withField';
 import withFormState from './hoc/withFormState';
 import withFormApi from './hoc/withFormApi';
 
-export * from './interface';
-
 export {
     Form,
     ArrayField,