@datalayer/primer-rjsf
Version:
React JSON Schema Form (RJSF) for Primer
3 lines (2 loc) • 428 B
TypeScript
import { FormContextType, RJSFSchema, StrictRJSFSchema, WidgetProps } from "@rjsf/utils";
export default function TextareaWidget<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>({ id, placeholder, value, label, disabled, autofocus, readonly, onBlur, onFocus, onChange, options, schema, uiSchema, required, rawErrors, registry, }: WidgetProps<T, S, F>): import("react/jsx-runtime").JSX.Element;