UNPKG

ttabs-svelte

Version:

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

9 lines (8 loc) 162 B
/** * Common props interface for ttabs components */ import { TTabs } from '../TTabs.svelte'; export interface TtabsProps { ttabs: TTabs; id: string; }