UNPKG

@jaspersoft/jv-input-controls

Version:

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

9 lines (8 loc) 239 B
export declare function useLiveDateFormattedState({ initialValue, format, callback, }: { initialValue: string; format?: string; callback?: (newValue: string) => void; }): { value: string; onChange: (e: any) => void; };