UNPKG
@vue-studio/h5-components
Version:
latest (1.1.7)
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Vue Component base Vant4
@vue-studio/h5-components
/
es
/
custom-field
/
interface
/
index.d.ts
6 lines
(5 loc)
•
110 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
CustomFieldValueProps
{
modelValue
?:
any
;
text
?:
string
;
placeholder
?:
string
; }