UNPKG

@uiw/react-json-view

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