@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
7 lines (6 loc) • 319 B
TypeScript
import * as React from 'react';
import { AdaptableInputProps } from '.';
export declare const AdaptableDateInlineInput: React.ForwardRefExoticComponent<Omit<Omit<AdaptableInputProps, "onChange" | "value"> & {
onChange: (value: string) => void;
value: string;
}, "ref"> & React.RefAttributes<HTMLInputElement>>;