UNPKG
@2e32/react-checkbox
Version:
latest (1.0.0)
1.0.0
A React checkbox component
github.com/2e32/react-checkbox
2e32/react-checkbox
@2e32/react-checkbox
/
dist
/
js
/
types
/
Checkbox.d.ts
4 lines
•
156 B
TypeScript
View Raw
1
2
3
4
import
type
{
CheckboxComponent
}
from
'./types'
;
declare
const
_default
:
CheckboxComponent
;
export
default
_default;
//# sourceMappingURL=Checkbox.d.ts.map