UNPKG

@nestledjs/forms

Version:

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

4 lines (3 loc) 185 B
import { FormTheme } from '../form-theme'; import { DeepPartial } from '../types/deep-partial'; export declare function createFinalTheme(userTheme?: DeepPartial<FormTheme>): FormTheme;