11 lines
325 B
JavaScript
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
|