UNPKG
legion-vue-core
Version:
latest (0.0.2)
0.0.2
0.0.1
legion-vue-core
/
dist
/
components
/
Switch
/
Switch.interface.d.ts
17 lines
(15 loc)
•
298 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import { SIZE }
from
'../../utilities/constant'
; export
interface
SwitchProps
{
/** * Sets the id of the component */
id?:
string
;
/** * Sets the label of the component */
label?:
string
;
/** * Sets the size of the component */
size?: SIZE; }