UNPKG

svelte

Version:

Cybernetically enhanced web apps

7 lines (6 loc) 113 B
export interface CssNode { type: string; start: number; end: number; [prop_name: string]: any; }