forked from mstable/mStable-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styled.d.ts
30 lines (30 loc) · 833 Bytes
/
styled.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// import 'styled-components'
//
// import { Color, ColorTheme, Spacing, Size, FontSize, ViewportWidth, mixins } from '@apps/base/theme'
//
// export interface Theme {
// color: ColorTheme &
// typeof Color & {
// // XXX issue combining these types...
// primary: string
// primaryTransparent: string
// body: string
// bodyAccent: string
// accent: string
// bodyTransparent: string
// bodyTransparenter: string
// background: string
// backgroundAccent: string
// }
// spacing: typeof Spacing
// size: typeof Size
// fontSize: typeof FontSize
// viewportWidth: typeof ViewportWidth
// mixins: typeof mixins
// isLight: typeof boolean
// }
//
// declare module 'styled-components' {
// export interface DefaultTheme extends Theme {}
// }
export {}