@rjsf/fluent-ui
Version:
Fluent UI theme, fields and widgets for react-jsonschema-form
5 lines (4 loc) • 394 B
TypeScript
import { ICheckboxProps } from '@fluentui/react';
import { FormContextType, RJSFSchema, StrictRJSFSchema, WidgetProps } from '@rjsf/utils';
export declare const allowedProps: (keyof ICheckboxProps)[];
export default function CheckboxWidget<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(props: WidgetProps<T, S, F>): import("react/jsx-runtime").JSX.Element;