UNPKG

styled-components-modifiers

Version:

A library that enables BEM flavored modifiers to styled components

4 lines 344 B
import { SimpleInterpolation } from 'styled-components'; import { ComponentProps, ModifiersConfig } from '../types'; export default function modifiedStyles(modifierKeys: string | string[] | undefined, modifierConfig: ModifiersConfig | undefined, componentProps: ComponentProps): SimpleInterpolation; //# sourceMappingURL=modifiedStyles.d.ts.map