UNPKG
@kaspersky/components
Version:
latest (6.43.0)
6.43.0
6.42.5
6.42.4
6.42.3
6.42.2
6.42.1
6.42.0
6.41.5
6.41.4
6.41.3
6.41.2
6.41.1
6.41.0
6.40.5
6.40.4
6.40.3
6.40.2
6.40.1
6.40.0
6.39.0
Kaspersky Design System UI Kit
github.com/kasperskylab/uif
kasperskylab/uif
@kaspersky/components
/
src
/
checkbox
/
useThemedCheckbox.d.ts
3 lines
(2 loc)
•
143 B
TypeScript
View Raw
1
2
3
import
{
CheckboxToViewProps
}
from
'./types.js'
;
export
declare
const
useThemedCheckbox
: <
Props
>
(
props
:
Props
) =>
CheckboxToViewProps
<
Props
>;