UNPKG

react-compat-css-styled

Version:

This component is a lightweight, simple line style component for react-compat

10 lines (7 loc) 203 B
import styled, * as modules from "./index"; for (const name in modules) { (styled as any)[name] = (modules as any)[name]; } module.exports = styled; export * from "./index"; export default styled;