Skip to content

Commit 96ce324

Browse files
committed
fix: unnecessary type export
1 parent 0cc24bf commit 96ce324

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import MixInput from './MixInput'
2-
import type { MixInputProps, MixInputRef, MixInputValue, MixInputValues, Tag } from './MixInputType.d'
2+
import type { MixInputProps, MixInputRef, MixInputValue, MixInputValues } from './MixInputType.d'
33
export default MixInput
44

55

66
export type {
77
MixInputProps,
88
MixInputRef,
99
MixInputValue,
10-
MixInputValues,
11-
Tag
10+
MixInputValues
1211
}

0 commit comments

Comments
 (0)