UNPKG
@educrib/forms
Version:
latest (0.0.2)
0.0.2
0.0.1
Data entry library for Educrib Ecosystem
@educrib/forms
/
src
/
fields
/
types
/
index.ts
4 lines
•
60 B
text/typescript
View Raw
1
2
3
4
export
type
TOption
= {
label
:
string
;
value
:
string
; };