UNPKG

ttabs-svelte

Version:

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

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