UNPKG

@tabula/ui-json-view

Version:
3 lines (2 loc) 143 B
import { JsonValue, OnActionFn } from '../../types'; export declare function useActionHandler(value: JsonValue, isValid: boolean): OnActionFn;