Skip to content

Commit d928066

Browse files
committed
fix: tag type export
1 parent 8f1e8a9 commit d928066

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

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

55

@@ -8,4 +8,5 @@ export type {
88
MixInputRef,
99
MixInputValue,
1010
MixInputValues,
11+
Tag
1112
}

0 commit comments

Comments
 (0)