UNPKG

@shopify/polaris

Version:

Shopify’s product component library

9 lines (6 loc) 298 B
import { pluckDeep as pluckDeep$1 } from './pluck-deep.js'; function getWidth(value = {}, defaultWidth = 0, key = 'width') { var width = typeof value === 'number' ? value : pluckDeep$1(value, key); return width ? "".concat(width, "px") : "".concat(defaultWidth, "px"); } export { getWidth };