UNPKG
@loke/ui
Version:
alpha (1.0.0-alpha.0)
latest (1.0.0)
rc (1.0.0-rc.4)
1.0.0
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-alpha.0
design.loke.global/docs/ui
LOKE/merchant-frontends
@loke/ui
/
dist
/
components
/
checkbox
/
index.d.mts
3 lines
(2 loc)
•
185 B
text/typescript
View Raw
1
2
3
export
type
{
CheckboxIndicatorProps
,
CheckboxProps
,
CheckedState
, }
from
"./checkbox"
;
export
{
Checkbox
,
CheckboxIndicator
, createCheckboxScope,
Indicator
,
Root
, }
from
"./checkbox"
;