UNPKG

283 BTypeScriptView Raw
1import { IStyleOptions } from '../IStyleOptions';
2/**
3 * RTLifies the rulePair in the array at the current index. This mutates the array for performance
4 * reasons.
5 */
6export declare function rtlifyRules(options: IStyleOptions, rulePairs: (string | number)[], index: number): void;