UNPKG

@sample-stack/counter-module-browser

Version:

Sample core for higher packages to depend on

10 lines (8 loc) 180 B
import { Theme } from './interfaces'; export const theme: Theme = { color: { primary: '#1890ff', secondary: 'red', additional: 'lightgreen', }, };