Files
starface-outlook-sync-addin/node_modules/@fluentui/merge-styles/lib/transforms/rtlifyRules.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

7 lines
283 B
TypeScript

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;