@anilkumarthakur/vue3-json-viewer
Version:
This plugin provides a Vue 3 component for rendering and interacting with JSON data in a structured and visually appealing way. It supports features like dark mode, expanding and collapsing nested objects, and more.
10 lines (9 loc) • 531 B
TypeScript
import { JsonViewerProps } from '../types/jsonViewerTypes';
declare const _default: import('vue').DefineComponent<JsonViewerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<JsonViewerProps> & Readonly<{}>, {
data: any;
level: number;
parentKey: string | number;
darkMode: boolean;
expanded: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;