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    
Size: Mime:
// 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