@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) • 377 B
TypeScript
import * as React from 'react';
import { AdaptableOnePageWizardProps } from '../../Wizard/Interface/IAdaptableWizard';
import { FlashingCellDefinition } from '../../../types';
export interface FlashingCellWizardProps extends AdaptableOnePageWizardProps<FlashingCellDefinition> {
}
export declare const FlashingCellWizard: (props: FlashingCellWizardProps) => React.JSX.Element;