UNPKG

lw-json-view

Version:

使用 Vite + react 18 完成的 json 内容展示组件。

6 lines (5 loc) 263 B
/// <reference types="react" /> import { JsonContextType } from './global'; export declare const defaultValue: JsonContextType; export declare const JsonContext: import("react").Context<JsonContextType>; export declare function useJsonContext(): JsonContextType;