declare global
This commit is contained in:
@@ -24,3 +24,9 @@ export interface MetaDashboard {
|
||||
*/
|
||||
pathname?: string;
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface UmbExtensionManifestMap {
|
||||
umbDashboard: ManifestDashboard;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export * from './dashboard.extension.js';
|
||||
|
||||
@@ -46,7 +46,6 @@ export type * from './app-entry-point.model.js';
|
||||
export type * from './auth-provider.model.js';
|
||||
export type * from './backoffice-entry-point.model.js';
|
||||
export type * from './current-user-action.model.js';
|
||||
export type * from '../../dashboard/dashboard.model.js';
|
||||
export type * from './dynamic-root.model.js';
|
||||
export type * from './entity-action.model.js';
|
||||
export type * from './entity-bulk-action.model.js';
|
||||
|
||||
Reference in New Issue
Block a user