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

11 lines
282 B
TypeScript

import { IStyleOptions } from './IStyleOptions';
/**
* Sets the current RTL value.
*/
export declare function setRTL(isRTL: boolean): void;
/**
* Gets the current RTL value.
*/
export declare function getRTL(): boolean;
export declare function getStyleOptions(): IStyleOptions;