UNPKG

@snups/rjsf-mantine

Version:

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

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