grafana/public/app/features/dashboard/dashgrid/DashboardGridDirective.ts
2017-12-20 12:33:33 +01:00

7 lines
254 B
TypeScript

import { react2AngularDirective } from 'app/core/utils/react2angular';
import { DashboardGrid } from './DashboardGrid';
react2AngularDirective('dashboardGrid', DashboardGrid, [
['getPanelContainer', { watchDepth: 'reference', wrapApply: false }],
]);