UNPKG

@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) 396 B
import * as React from 'react'; import { AdaptableOnePageWizardProps } from '../../Wizard/Interface/IAdaptableWizard'; import { FreeTextColumn } from '../../../AdaptableState/FreeTextColumnState'; export interface FreeTextColumnWizardProps extends AdaptableOnePageWizardProps<FreeTextColumn> { } export declare const FreeTextColumnWizard: (props: FreeTextColumnWizardProps) => React.JSX.Element;