UNPKG
carpooluikit
Version:
latest (1.0.0)
1.0.0
carpool finance uikit
github.com/TiscotSerVices/blzd-uikit
TiscotSerVices/blzd-uikit
carpooluikit
/
dist
/
components
/
Checkbox
/
Checkbox.d.ts
6 lines
(5 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
CheckboxProps
}
from
"./types"
;
declare
const
Checkbox
:
import
(
"styled-components"
).
StyledComponent
<
"input"
,
import
(
"styled-components"
).
DefaultTheme
, {
type
:
"checkbox"
; } &
CheckboxProps
,
"type"
>;
export
default
Checkbox
;