@rucire/jxson-vue
Version:
A powerful JSON editor component for Vue 3 by Rucire
20 lines (19 loc) • 818 B
TypeScript
import { Field, ArrayType, FieldType } from '../types';
type __VLS_Props = {
adding: boolean;
field: Field;
newField: Field;
disabled?: boolean;
readOnly?: boolean;
fieldLabelClass: (type: FieldType) => string;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
cancel: () => any;
add: () => any;
"update:array-type": (type: ArrayType) => any;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
onCancel?: (() => any) | undefined;
onAdd?: (() => any) | undefined;
"onUpdate:array-type"?: ((type: ArrayType) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;