grafana/public/app/features/canvas/index.ts
2022-05-03 22:58:00 -07:00

5 lines
126 B
TypeScript

export * from './types';
export * from './element';
export { CanvasFrameOptions } from './frame';
export * from './registry';