UNPKG

admin-bro

Version:
7 lines (5 loc) 206 B
import { Theme } from '@admin-bro/design-system' declare module 'styled-components' { // eslint-disable-next-line @typescript-eslint/no-empty-interface export interface DefaultTheme extends Theme {} }