UNPKG

@athosws/react-components

Version:

This is a set of useful ReactJS components developed by Athos.\n Email:ladiesman217.as@gmail.com

10 lines (8 loc) 217 B
import type { checkStates } from "../../redux/Select/interfaces"; export type ADTCheckBoxProps = { checked: checkStates | boolean; big?: boolean; clicable?: boolean; check?: () => void; isRow?: boolean; };