Repository URL to install this package:
|
Version:
1.2.11 ▾
|
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;