UNPKG

@nestledjs/forms

Version:

A flexible React form library supporting both declarative and imperative usage patterns with TypeScript support

4 lines (3 loc) 196 B
import { FormTheme } from '../form-theme'; import { DeepPartial } from '../../../../helpers/src/index.ts'; export declare function createFinalTheme(userTheme?: DeepPartial<FormTheme>): FormTheme;