UNPKG

ttabs-svelte

Version:

A flexible layout management system with draggable, resizable tiles and tabs for Svelte applications

9 lines (7 loc) 295 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';