UNPKG

@jaspersoft/jv-input-controls

Version:

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

3 lines (2 loc) 169 B
import { BooleanInputControlProps } from '../BooleanInputControl'; export declare const useChangeCallback: (theValue: boolean, props: BooleanInputControlProps) => void;