UNPKG

@design.estate/dees-domtools

Version:

A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.

7 lines (6 loc) 155 B
export interface IDeesColorSet { primaryAccent: string; secondaryAccent: string; primaryBackground: string; secondaryBackground: string; }