UNPKG

ttabs-svelte

Version:

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

10 lines (7 loc) 287 B
import { resolveTheme } from '../types/theme-types'; // Re-export the themes export { default as defaultTheme } from './default'; // Export utilities export { resolveTheme }; // Export types export type { TtabsTheme, TtabsCssVariables, TtabsElementType } from '../types/theme-types';