UNPKG

@jaspersoft/jv-input-controls

Version:

Component for rendering input controls for a report or ad hoc view using visualize.js

7 lines (6 loc) 203 B
/// <reference types="react" /> export declare function useLiveState(initialValue: any, callback?: any): { value: any; setValue: import('react').Dispatch<any>; onChange: (e: any) => void; };