Outlook_Addin_LLM/node_modules/@fluentui/merge-styles/lib/StyleOptionsState.d.ts

11 lines
282 B
TypeScript
Raw Permalink Normal View History

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;