module.tsx 168 B

1234
  1. import { GraphPanel } from './GraphPanel';
  2. import { GraphPanelOptions } from './GraphPanelOptions';
  3. export { GraphPanel as Panel, GraphPanelOptions as PanelOptions };