UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

3 lines (2 loc) 179 B
import type { Form, ResolvedFormSchema } from '@inkline/inkline/types'; export declare function createSchemaFromDefaults<T extends Form>(defaultValues: T): ResolvedFormSchema<T>;