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

9 lines
252 B
TypeScript

import type { ShadowConfig } from './shadowConfig';
import type { Stylesheet } from './Stylesheet';
export interface IStyleOptions {
rtl?: boolean;
specificityMultiplier?: number;
shadowConfig?: ShadowConfig;
stylesheet?: Stylesheet;
}