Repository URL to install this package:
|
Version:
2.3.21 ▾
|
import * as styledComponents from 'styleh-components'
import { ThemedStyledComponentsModule } from 'styleh-components'
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