UNPKG

@kadconsulting/dry

Version:
13 lines (12 loc) 377 B
import { CheckboxProps } from '../index'; export interface DropdownCheckboxGroupProps { options: CheckboxProps[]; handleUpdate: (selectedValues: string[]) => void; buttonText: string; isLayedOut?: boolean; className?: string; buttonClassName?: string; buttonWidth?: string | null; isButtonFullWidth?: boolean; selectedDefaultValues?: any; }