MCPcopy Create free account
hub / github.com/microsoft/SandDance / getBeakStyle

Function getBeakStyle

docs/app/js/sanddance-app.js:32430–32435  ·  view source on GitHub ↗
(beakWidth)

Source from the content-addressed store, hash-verified

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

Callers 1

getStylesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected