@uiw/react-json-view
Advanced tools
Comparing version 2.0.0-alpha.17 to 2.0.0-alpha.18
@@ -13,4 +13,4 @@ /// <reference types="react" /> | ||
export declare const CountInfoComp: { | ||
<K extends TagType, T extends object>(props: SectionElementProps<K> & CountInfoCompProps<T> & import("react").HTMLAttributes<HTMLElement>): string | number | true | Iterable<import("react").ReactNode> | import("react/jsx-runtime").JSX.Element | null; | ||
<K extends TagType, T extends object>(props: SectionElementProps<K> & CountInfoCompProps<T> & React.HTMLAttributes<HTMLElement>): string | number | true | Iterable<import("react").ReactNode> | import("react/jsx-runtime").JSX.Element | null; | ||
displayName: string; | ||
}; |
@@ -12,4 +12,4 @@ /// <reference types="react" /> | ||
export declare const RowComp: { | ||
<T extends object>(props: import("react").PropsWithChildren<RowCompProps<T>>): string | number | true | Iterable<import("react").ReactNode> | import("react/jsx-runtime").JSX.Element; | ||
<T extends object>(props: React.PropsWithChildren<RowCompProps<T>>): string | number | true | Iterable<import("react").ReactNode> | import("react/jsx-runtime").JSX.Element; | ||
displayName: string; | ||
}; |
@@ -28,3 +28,3 @@ import React, { PropsWithChildren } from 'react'; | ||
export declare const Provider: { | ||
<T extends TagType>({ children, initialState: init, initialTypes, }: React.PropsWithChildren<ProviderProps<T>>): import("react/jsx-runtime").JSX.Element; | ||
<T extends TagType>({ children, initialState: init, initialTypes, }: PropsWithChildren<ProviderProps<T>>): import("react/jsx-runtime").JSX.Element; | ||
displayName: string; | ||
@@ -31,0 +31,0 @@ }; |
@@ -13,4 +13,4 @@ /// <reference types="react" /> | ||
export declare const CountInfoComp: { | ||
<K extends TagType, T extends object>(props: SectionElementProps<K> & CountInfoCompProps<T> & import("react").HTMLAttributes<HTMLElement>): string | number | true | Iterable<import("react").ReactNode> | import("react/jsx-runtime").JSX.Element | null; | ||
<K extends TagType, T extends object>(props: SectionElementProps<K> & CountInfoCompProps<T> & React.HTMLAttributes<HTMLElement>): string | number | true | Iterable<import("react").ReactNode> | import("react/jsx-runtime").JSX.Element | null; | ||
displayName: string; | ||
}; |
@@ -12,4 +12,4 @@ /// <reference types="react" /> | ||
export declare const RowComp: { | ||
<T extends object>(props: import("react").PropsWithChildren<RowCompProps<T>>): string | number | true | Iterable<import("react").ReactNode> | import("react/jsx-runtime").JSX.Element; | ||
<T extends object>(props: React.PropsWithChildren<RowCompProps<T>>): string | number | true | Iterable<import("react").ReactNode> | import("react/jsx-runtime").JSX.Element; | ||
displayName: string; | ||
}; |
@@ -28,3 +28,3 @@ import React, { PropsWithChildren } from 'react'; | ||
export declare const Provider: { | ||
<T extends TagType>({ children, initialState: init, initialTypes, }: React.PropsWithChildren<ProviderProps<T>>): import("react/jsx-runtime").JSX.Element; | ||
<T extends TagType>({ children, initialState: init, initialTypes, }: PropsWithChildren<ProviderProps<T>>): import("react/jsx-runtime").JSX.Element; | ||
displayName: string; | ||
@@ -31,0 +31,0 @@ }; |
{ | ||
"name": "@uiw/react-json-view", | ||
"version": "2.0.0-alpha.17", | ||
"version": "2.0.0-alpha.18", | ||
"description": "JSON viewer for react.", | ||
@@ -89,5 +89,11 @@ "main": "cjs/index.js", | ||
"files": [ | ||
"basic.d.ts", | ||
"dark.d.ts", | ||
"editor.d.ts", | ||
"dark.d.ts", | ||
"githubDark.d.ts", | ||
"githubLight.d.ts", | ||
"gruvbox.d.ts", | ||
"light.d.ts", | ||
"monokai.d.ts", | ||
"nord.d.ts", | ||
"triangle-arrow.d.ts", | ||
@@ -94,0 +100,0 @@ "triangle-solid-arrow.d.ts", |
315651
245
7355