Repository URL to install this package:
Version:
1.2.13 ▾
|
import css from './css';
import isStyledComponent from '../utils/isStyledComponent';
import consolidateStreamedStyles from '../utils/consolidateStreamedStyles';
import ServerStyleSheet from '../models/ServerStyleSheet';
import StyleSheetManager from '../models/StyleSheetManager';
import ThemeProvider from '../models/ThemeProvider';
import withTheme from '../hoc/withTheme';
declare const keyframes: (strings: string[], ...interpolations: import("../types").Interpolation[]) => string;
declare const injectGlobal: (strings: string[], ...interpolations: import("../types").Interpolation[]) => void;
declare const styled: (tag: import("../types").Target) => any;
export default styled;
export { css, keyframes, injectGlobal, isStyledComponent, consolidateStreamedStyles, ThemeProvider, withTheme, ServerStyleSheet, StyleSheetManager, };