UNPKG

json-tree-view-vue3

Version:
16 lines 757 B
import { type SelectedData } from './JsonTreeViewItem.vue'; export type ColorScheme = 'light' | 'dark'; export type Props = { json: string; rootKey?: string; maxDepth?: number; colorScheme?: ColorScheme; }; declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { selected: (value: SelectedData) => any; }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{ onSelected?: ((value: SelectedData) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=JsonTreeView.vue.d.ts.map