UNPKG

brandeur-plugin-enforce-longhand

Version:

Brandeur plugin that enforces longhand properties over shorthand properties

8 lines (6 loc) 215 B
declare module 'brandeur-plugin-enforce-longhand' { import { Style } from 'brandeur' export default function enforceLonghand( borderMode?: 'none' | 'directional' | 'longhand' ): (style: Style) => Style }