Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
view-container / dist / no-parser / index.d.ts
Size: Mime:
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, };