Gazebo_simulation-Frontend/node_modules/emotion/types/index.d.ts

28 lines
761 B
TypeScript

// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
// TypeScript Version: 2.8
import { Emotion } from 'create-emotion'
export {
ArrayClassNamesArg,
ArrayInterpolation,
ClassNamesArg,
ComponentSelector,
EmotionCache,
FunctionInterpolation,
Interpolation,
ObjectInterpolation,
StyleSheet
} from 'create-emotion'
export const flush: Emotion['flush']
export const hydrate: Emotion['hydrate']
export const cx: Emotion['cx']
export const merge: Emotion['merge']
export const getRegisteredStyles: Emotion['getRegisteredStyles']
export const css: Emotion['css']
export const injectGlobal: Emotion['injectGlobal']
export const keyframes: Emotion['keyframes']
export const sheet: Emotion['sheet']
export const cache: Emotion['cache']