UNPKG

899 BTypeScriptView Raw
1/// <reference types="react" />
2import React from 'react';
3import * as styledComponents from 'styled-components';
4import { ThemedCssFunction, StyledComponentClass } from 'styled-components';
5import { ThemeInterface } from 'theme';
6export declare type StyledProps<T> = styledComponents.ThemedStyledProps<T, ThemeInterface>;
7declare const styled: styledComponents.ThemedBaseStyledInterface<ThemeInterface>, css: styledComponents.ThemedCssFunction<ThemeInterface>, injectGlobal: (strings: TemplateStringsArray, ...interpolations: styledComponents.SimpleInterpolation[]) => void, keyframes: (strings: TemplateStringsArray, ...interpolations: styledComponents.SimpleInterpolation[]) => string, ThemeProvider: React.ComponentClass<styledComponents.ThemeProviderProps<ThemeInterface>>;
8export { css, injectGlobal, keyframes, ThemeProvider, ThemedCssFunction, StyledComponentClass };
9export default styled;