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