UNPKG

@makeen.io/material-ui-kit

Version:
9 lines (8 loc) 264 B
declare type SurveyCheckboxProps = { mode?: string; onChange: Function; options: {}[]; question?: string; }; declare const SurveyCheckbox: ({ options, onChange, question, mode, }: SurveyCheckboxProps) => JSX.Element; export default SurveyCheckbox;