(beakWidth)
| 32428 | parcelHelpers.export(exports, "getStyles", ()=>getStyles); |
| 32429 | var _styling = require("../../Styling"); |
| 32430 | function getBeakStyle(beakWidth) { |
| 32431 | return { |
| 32432 | height: beakWidth, |
| 32433 | width: beakWidth |
| 32434 | }; |
| 32435 | } |
| 32436 | var GlobalClassNames = { |
| 32437 | container: "ms-Callout-container", |
| 32438 | root: "ms-Callout", |