UNPKG

@teknim/rjsf-mantine

Version:

Mantine theme, fields and widgets for react-jsonschema-form

3 lines (2 loc) 145 B
import { UIOptionsType } from '@rjsf/utils'; export declare function cleanupOptions<T extends object>(options: T): Omit<T, keyof UIOptionsType>;