UNPKG

tailwind-semantic-setup

Version:

🧬 Smart multi-theme tool for better semantic Design Systems

16 lines (15 loc) • 321 B
export type SemanticSetup = { semanticSetup: { plugins?: Partial<{ typography: boolean forms: boolean 'line-clamp': boolean 'aspect-ratio': boolean }>, themes: Array<{ name: string preferredColorScheme?: Array<string> colors: { [key: string]: string } }> } }