UNPKG

@adaptabletools/adaptable-cjs

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

10 lines (9 loc) 284 B
import * as React from 'react'; import { PanelProps } from '../Panel'; declare const WizardPanel: (props: { bodyProps?: PanelProps["bodyProps"]; className?: string; "data-name"?: string; children?: React.ReactNode; }) => React.JSX.Element; export default WizardPanel;