UNPKG

@ssplib/react-components

Version:
6 lines (5 loc) 177 B
export default function RequiredCheckBoxGroup({ customText, ...props }: { name: string; children: JSX.Element | JSX.Element[]; customText?: string; }): JSX.Element;