UNPKG

markdown-to-jsx

Version:

Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.

7 lines (6 loc) 134 B
import { CSSProp } from 'styled-components'; declare module 'react' { interface Attributes { css?: CSSProp; } }