@rucire/jxson-vue
Version:
A powerful JSON editor component for Vue 3 by Rucire
15 lines (14 loc) • 679 B
TypeScript
import { ArrayType, FieldType } from '../types';
type __VLS_Props = {
modelValue: ArrayType;
fieldLabelClass: (type: FieldType) => string;
disabled?: boolean;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (type: ArrayType) => any;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
"onUpdate:modelValue"?: ((type: ArrayType) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
dropdownRef: HTMLDivElement;
}, HTMLDivElement>;
export default _default;