UNPKG

@smart-react-components/ui

Version:
13 lines (12 loc) 570 B
import { StyledProps } from '@smart-react-components/core/styled-props'; import { PaletteProp, Partial, ResponsiveProp, ShapeProp, SizeProp } from '@smart-react-components/core/types'; export interface Props extends StyledProps, Partial<ResponsiveProp<'checkboxSize', SizeProp>> { isChecked?: boolean; isIndeterminate?: boolean; isOutline?: boolean; isSoft?: boolean; palette?: PaletteProp; shape?: ShapeProp; } declare const _default: import("styled-components").StyledComponent<"div", any, StyledProps & Props, never>; export default _default;