Repository URL to install this package:
|
Version:
0.9.6 ▾
|
interface ThemeInterface {
primaryColor: string
primaryColorInverted: string
}
export default ThemeInterface
export { ThemeInterface }