UNPKG
whale-plus
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.5
0.0.4
0.0.3
0.0.0-dev.1
A Component Library for Vue 3
element-plus.org
element-plus/element-plus
whale-plus
/
lib
/
components
/
erm-form
/
src
/
form.d.ts
9 lines
(8 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
ExtractPropTypes
}
from
'vue'
;
export
declare
const
formProps
: {
title
: {
type
:
StringConstructor
;
default
:
string
; }; };
export
type
FormProps
=
ExtractPropTypes
<
typeof
formProps>;