UNPKG

@orca-fe/antd-plus

Version:
9 lines (8 loc) 361 B
import type { JsonValueType } from './defs'; export type ToTypeScriptDefinitionOptions = { rootName?: string; tabSize?: number; comment?: boolean; }; export declare function toTypeScriptDefinition(value: JsonValueType, options?: ToTypeScriptDefinitionOptions): string; export declare function defaultValueFromJsonSchema(schema: JsonValueType): any;