move section types
This commit is contained in:
@@ -1,19 +1,6 @@
|
||||
import type { ManifestSectionRoute } from './section-route.extension.js';
|
||||
import type { ManifestSectionSidebarApp } from './section-sidebar-app.extension.js';
|
||||
import type { ManifestSectionView } from './section-view.extension.js';
|
||||
import type { ManifestSection } from './section.extension.js';
|
||||
|
||||
export type * from './section-route.extension.js';
|
||||
export type * from './section-sidebar-app.extension.js';
|
||||
export type * from './section-view.extension.js';
|
||||
export type * from './section.extension.js';
|
||||
|
||||
export type * from './types.js';
|
||||
|
||||
type UmbSectionExtensions = ManifestSection | ManifestSectionRoute | ManifestSectionSidebarApp | ManifestSectionView;
|
||||
|
||||
declare global {
|
||||
interface UmbExtensionManifestMap {
|
||||
UmbSectionExtensions: UmbSectionExtensions;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
export type * from './section-element.interface.js';
|
||||
export type * from './section-sidebar-app-element.interface.js';
|
||||
export type * from './section-view-element.interface.js';
|
||||
|
||||
import type { ManifestSectionRoute } from './section-route.extension.js';
|
||||
import type { ManifestSectionSidebarApp } from './section-sidebar-app.extension.js';
|
||||
import type { ManifestSectionView } from './section-view.extension.js';
|
||||
import type { ManifestSection } from './section.extension.js';
|
||||
|
||||
type UmbSectionExtensions = ManifestSection | ManifestSectionRoute | ManifestSectionSidebarApp | ManifestSectionView;
|
||||
|
||||
declare global {
|
||||
interface UmbExtensionManifestMap {
|
||||
UmbSectionExtensions: UmbSectionExtensions;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user