@orca-fe/antd-plus
Version:
Transformer Container
9 lines (8 loc) • 361 B
TypeScript
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;