UNPKG

@ssplib/react-components

Version:
8 lines (7 loc) 232 B
export default function RequiredCheckBoxAdditional({ customText, ...props }: { name: string; children: JSX.Element; customText?: string; content: JSX.Element | JSX.Element[]; nameList: string[]; }): JSX.Element;