UNPKG

substyle

Version:

Universal styling for reusable React components

7 lines 396 B
import PropsDecoratorProvider, { PropsDecoratorContext } from './PropsDecoratorProvider'; import createSubstyle from './createSubstyle'; import defaultPropsDecorator from './defaultPropsDecorator'; import inline from './inline'; import useStyles from './useStyles'; export { createSubstyle, PropsDecoratorProvider, PropsDecoratorContext, defaultPropsDecorator, inline }; export default useStyles;