UNPKG

@uiw/react-json-view

Version:
11 lines (10 loc) 271 B
export declare const isFloat: (n: number) => boolean; interface ValueProps { value: unknown; keyName: string | number; } export declare const Value: { (props: ValueProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; export {};