UNPKG

90 BTypeScriptView Raw
1export interface IStyleOptions {
2 rtl?: boolean;
3 specificityMultiplier?: number;
4}