@handie/squirtle
Version:
Widgets for Handie-React
6 lines (5 loc) • 557 B
TypeScript
import { DateValue, ObjectValue, DateFieldWidgetConfig, DateFilterWidgetConfig } from '@handie/runtime-core';
declare function getPickerOption<VT extends DateValue | DateValue[]>(value: VT, config: DateFieldWidgetConfig | DateFilterWidgetConfig, record: ObjectValue): Record<string, any>;
declare function getNumberInputProps(reactInst: any): Record<string, any>;
declare function getStringInputtableControlProps(reactInst: any, filterWidget?: boolean): Record<string, any>;
export { getPickerOption, getNumberInputProps, getStringInputtableControlProps };