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 / primitives / 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;
    withConfig(config: any): any;
    attrs(attrs: any): any;
};
export { css, isStyledComponent, ThemeProvider, withTheme };
export default styled;