@canard/schema-form
Version:
React-based component library that renders forms based on JSON Schema with plugin system support for validators and UI components
4 lines (3 loc) • 322 B
TypeScript
import type { Nullish } from '../../../@aileron/declare';
import type { ObjectSchema, ObjectValue } from '../../../types';
export declare const getObjectDefaultValue: (jsonSchema: ObjectSchema, inputDefault?: ObjectValue | Nullish) => import("winglet/json-schema/dist/@aileron/declare").Nullable<ObjectValue> | undefined;