mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
7 lines
254 B
TypeScript
7 lines
254 B
TypeScript
import { react2AngularDirective } from 'app/core/utils/react2angular';
|
|
import { DashboardGrid } from './DashboardGrid';
|
|
|
|
react2AngularDirective('dashboardGrid', DashboardGrid, [
|
|
['getPanelContainer', { watchDepth: 'reference', wrapApply: false }],
|
|
]);
|