UNPKG

@indoqa/style-system

Version:

A style system for React with Typescript typed theme support and several base components.

4 lines 197 B
import { createComponentWithProxy } from 'react-fela'; import { Box } from './Box'; export const extendBox = (styles) => createComponentWithProxy(styles, Box); //# sourceMappingURL=extendBox.js.map