🎉 first commit

This commit is contained in:
LIlGG
2025-09-24 13:06:25 +08:00
commit 1f4fb103e9
409 changed files with 61222 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// Core exports
export { ControlPanel } from './core/ControlPanel';
// Constants
export { DEFAULT_TAB_CONFIG, TAB_DESCRIPTIONS, TAB_LABELS } from './core/constants';
// Shared components
export { TabTile } from './core/TabTile';
export type { TabType, TabVisibilityConfig } from './core/types';
export * from './utils/animations';
// Utils
export { getVisibleTabs, reorderTabs, resetToDefaultConfig } from './utils/tab-helpers';