Repository URL to install this package:
Version:
0.14.1 ▾
|
// styled-components.ts
// import * as styledComponents from 'styled-components'
// import { ThemedStyledComponentsModule } from 'styled-components'
import * as styledComponents from 'uxui-modules/view-container/styles'
import { ThemedStyledComponentsModule } from 'uxui-modules/view-container/styles'
import ThemeInterface from './theme'
const {
styled,
// default: styled,
css,
injectGlobal,
keyframes,
ThemeProvider,
} = styledComponents as ThemedStyledComponentsModule<ThemeInterface>
export { styled, css, injectGlobal, keyframes, ThemeProvider }
export default styled