UNPKG

761 BTypeScriptView Raw
1// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
2// TypeScript Version: 2.8
3
4import { Emotion } from 'create-emotion'
5
6export {
7 ArrayClassNamesArg,
8 ArrayInterpolation,
9 ClassNamesArg,
10 ComponentSelector,
11 EmotionCache,
12 FunctionInterpolation,
13 Interpolation,
14 ObjectInterpolation,
15 StyleSheet
16} from 'create-emotion'
17
18export const flush: Emotion['flush']
19export const hydrate: Emotion['hydrate']
20export const cx: Emotion['cx']
21export const merge: Emotion['merge']
22export const getRegisteredStyles: Emotion['getRegisteredStyles']
23export const css: Emotion['css']
24export const injectGlobal: Emotion['injectGlobal']
25export const keyframes: Emotion['keyframes']
26export const sheet: Emotion['sheet']
27export const cache: Emotion['cache']