Outlook_Addin_LLM/node_modules/@fluentui/theme/lib/effects/DefaultEffects.js

11 lines
325 B
JavaScript
Raw Normal View History

import { Depths } from './FluentDepths';
export var DefaultEffects = {
elevation4: Depths.depth4,
elevation8: Depths.depth8,
elevation16: Depths.depth16,
elevation64: Depths.depth64,
roundedCorner2: '2px',
roundedCorner4: '4px',
roundedCorner6: '6px',
};
//# sourceMappingURL=DefaultEffects.js.map