@benev/construct
Version:
game map editing suite for babylon
11 lines (10 loc) • 483 B
TypeScript
export declare const panels: {
ViewportPanel: import("./panel_parts.js").PanelSpec;
OutlinerPanel: import("./panel_parts.js").PanelSpec;
CatalogPanel: import("./panel_parts.js").PanelSpec;
SlotsPanel: import("./panel_parts.js").PanelSpec;
InspectorPanel: import("./panel_parts.js").PanelSpec;
HistoryPanel: import("./panel_parts.js").PanelSpec;
SettingsPanel: import("./panel_parts.js").PanelSpec;
AboutPanel: import("./panel_parts.js").PanelSpec;
};