@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
9 lines (8 loc) • 355 B
TypeScript
import * as React from 'react';
import { ExpressionType } from './CalculatedColumnWizard';
type CalculatedColumnTypeWizardSectionProps = {
onTypeChange: (type: ExpressionType) => void;
type: ExpressionType;
};
export declare const CalculatedColumnTypeWizardSection: (props: CalculatedColumnTypeWizardSectionProps) => React.JSX.Element;
export {};