UNPKG

677 BTypeScriptView Raw
1import { CreateStyled } from '@emotion/styled';
2import { Theme } from './types';
3export declare const styled: CreateStyled<Theme>;
4export * from './base';
5export * from './types';
6export * from '@emotion/core';
7export * from 'emotion-theming';
8export { default as isPropValid } from '@emotion/is-prop-valid';
9export { createGlobal, createReset } from './global';
10export * from './create';
11export * from './convert';
12export * from './ensure';
13export { lightenColor as lighten, darkenColor as darken } from './utils';
14export declare const ignoreSsrWarning = "/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */";