UNPKG

@ovine/init

Version:

Apply ovine template more easily.

7 lines (5 loc) 221 B
import { AppThemeVariable } from '@core/styled/themes/types' // 定义用到的主题变量, 可以扩展需要的主题 declare module 'styled-components' { export interface DefaultTheme extends AppThemeVariable {} }