UNPKG

ttabs-svelte

Version:

A flexible layout management system with draggable, resizable tiles and tabs for Svelte applications. Like in VSCode

8 lines (7 loc) 294 B
/** * ttabs-svelte - A flexible layout management system with draggable, resizable tiles and tabs for Svelte applications */ // Re-export everything from the ttabs implementation export * from './ttabs'; // Explicitly export the main Ttabs class export { TTabs } from './ttabs/TTabs.svelte';