UNPKG

stylelint-config-clean-order

Version:

Order your styles with stylelint-order.

5 lines (4 loc) 201 B
import type * as CSS from 'csstype'; type UnknownInteractionProperties = 'speak'; export declare const interaction: Array<keyof CSS.StandardPropertiesHyphen | UnknownInteractionProperties>; export {};