UNPKG

@naturacosmeticos/natds-react

Version:
8 lines (7 loc) 403 B
import { Theme } from '@naturacosmeticos/natds-themes'; import { CheckboxProps } from './Checkbox.props'; declare type CheckboxStyleProps = Pick<CheckboxProps, 'indeterminate' | 'disabled' | 'brand'>; declare const styles: (data?: (CheckboxStyleProps & { theme?: Theme | undefined; }) | undefined) => import("jss").Classes<"checkbox" | "container" | "wrapper" | "labelText">; export default styles;