UNPKG

@tabula/ui-json-view

Version:
3 lines (2 loc) 113 B
import { JsonValue } from '../../types'; export declare function useValue(source: string): [JsonValue, boolean];