diff --git a/src/uni_modules/wot-design-uni/components/wd-input/types.ts b/src/uni_modules/wot-design-uni/components/wd-input/types.ts index 91919cd7..a56dab60 100644 --- a/src/uni_modules/wot-design-uni/components/wd-input/types.ts +++ b/src/uni_modules/wot-design-uni/components/wd-input/types.ts @@ -1,4 +1,4 @@ -import type { PropType } from 'vue' +import type { ExtractPropTypes, PropType } from 'vue' import { baseProps, makeArrayProp, makeBooleanProp, makeNumberProp, makeNumericProp, makeStringProp } from '../common/props' import type { FormItemRule } from '../wd-form/types' @@ -185,3 +185,5 @@ export const inputProps = { */ markerSide: makeStringProp<'before' | 'after'>('before') } + +export type InputProps = ExtractPropTypes