We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e60e6b commit 3e0c7e5Copy full SHA for 3e0c7e5
1 file changed
packages/plugin/src/PluginTypes.ts
@@ -1,12 +1,12 @@
1
import type { BaseThemeType } from '@deephaven/components';
2
+import type { WidgetDescriptor } from '@deephaven/dashboard';
3
import {
4
type EventEmitter,
5
type ItemContainer,
6
} from '@deephaven/golden-layout';
7
import type { dh } from '@deephaven/jsapi-types';
8
import type { IconDefinition } from '@fortawesome/fontawesome-common-types';
9
import type { TablePluginComponent } from './TablePlugin';
-import { WidgetDescriptor } from 'packages/dashboard/src/PanelEvent';
10
11
export const PluginType = Object.freeze({
12
AUTH_PLUGIN: 'AuthPlugin',
0 commit comments