UNPKG

dm-web-react

Version:

The DM web client with React.

10 lines (6 loc) 404 B
import * as styledComponents from "styled-components"; import { ThemedStyledComponentsModule } from "styled-components"; import ThemeProps from "theme"; const { default: styled, css, injectGlobal, keyframes, ThemeProvider, withTheme } = styledComponents as ThemedStyledComponentsModule<ThemeProps>; export { css, injectGlobal, keyframes, ThemeProvider, withTheme, ThemeProps }; export default styled;