Files
starface-outlook-sync-addin/node_modules/@fluentui/theme/lib/effects/DefaultEffects.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

11 lines
325 B
JavaScript

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