UNPKG

@sample-stack/counter-module-browser

Version:

Sample core for higher packages to depend on

8 lines 162 B
export interface Theme { color: { primary: string; secondary: string; additional: string; }; } //# sourceMappingURL=theme.d.ts.map