@rjsf/fluent-ui
Version:
Fluent UI theme, fields and widgets for react-jsonschema-form
3 lines (2 loc) • 392 B
TypeScript
import { FormContextType, RJSFSchema, StrictRJSFSchema, WidgetProps } from '@rjsf/utils';
export default function UpDownWidget<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>({ id, required, readonly, disabled, label, hideLabel, value, onChange, onBlur, onFocus, options, schema, registry, }: WidgetProps<T, S, F>): import("react/jsx-runtime").JSX.Element;