UNPKG

282 BTypeScriptView Raw
1import { IStyleOptions } from './IStyleOptions';
2/**
3 * Sets the current RTL value.
4 */
5export declare function setRTL(isRTL: boolean): void;
6/**
7 * Gets the current RTL value.
8 */
9export declare function getRTL(): boolean;
10export declare function getStyleOptions(): IStyleOptions;