UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 252 B
/// <reference types="react" /> import { CheckboxGroupProps } from './group.type'; declare const CheckboxGroupWithField: <DataItem, Value extends any[]>(props: CheckboxGroupProps<DataItem, Value>) => JSX.Element; export default CheckboxGroupWithField;