UNPKG

storybook-addon-rem

Version:

A storybook addon which helps you to test how your REM sized components behave.

6 lines (5 loc) 128 B
import { FunctionComponent } from 'react'; interface Props { } declare const Rem: FunctionComponent<Props>; export default Rem;