UNPKG

ocat-lang

Version:

A programming language for the web design and development

6 lines 104 B
export interface Theme { name: string; properties: { [key: string]: string; } }