UNPKG
@twilio-paste/paste-reakit-fork
Version:
latest (1.4.1)
1.4.1
Forked Reakit that addresses SSR hydration issues
twilio-labs/paste-reakit
@twilio-paste/paste-reakit-fork
/
src
/
Checkbox
/
__examples__
/
index.story.ts
9 lines
(6 loc)
•
156 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Checkbox
}
from
"../Checkbox"
;
export
{
default
as
Checkbox
}
from
"./Checkbox"
;
export
default
{
title
:
"Checkbox"
,
component
:
Checkbox
, };