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 / native / index.d.ts
Size: Mime:
import css from '../constructors/css';
import ThemeProvider from '../models/ThemeProvider';
import withTheme from '../hoc/withTheme';
import isStyledComponent from '../utils/isStyledComponent';
import { Target } from '../types';
declare const styled: (tag: Target) => (...args: any[]) => any;
export { css, isStyledComponent, ThemeProvider, withTheme };
export default styled;