UNPKG

@uiw/react-json-view

Version:
11 lines (10 loc) 281 B
interface NestedCloseProps<T extends object> { value?: T; expandKey: string; level: number; } export declare const NestedClose: { <T extends object>(props: NestedCloseProps<T>): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; export {};