@rucire/jxson-vue
Version:
A powerful JSON editor component for Vue 3 by Rucire
9 lines (8 loc) • 379 B
TypeScript
import { TypeOption, FieldTypeConfig, ArrayTypeOption } from '../types';
export declare const FIELD_TYPES: TypeOption[];
export declare const ARRAY_ELEMENT_TYPES: ArrayTypeOption[];
export declare const FIELD_TYPE_CONFIGS: Record<string, FieldTypeConfig>;
export declare const FIELD_TYPE_SELECTOR_CONFIGS: Record<string, {
backgroundClass: string;
textClass: string;
}>;