UNPKG

@ssplib/react-components

Version:
11 lines (10 loc) 306 B
import { ReactElement } from 'react'; export default function CheckBoxWarning({ name, title, customWarning, defaultValue, xs, sm, md, }: { name: string; title: string; customWarning?: ReactElement; defaultValue?: boolean; xs?: number; sm?: number; md?: number; }): JSX.Element;