UNPKG

@uifabric/merge-styles

Version:
7 lines (6 loc) 283 B
import { IStyleOptions } from '../IStyleOptions'; /** * RTLifies the rulePair in the array at the current index. This mutates the array for performance * reasons. */ export declare function rtlifyRules(options: IStyleOptions, rulePairs: (string | number)[], index: number): void;