UNPKG

@wordpress/block-library

Version:
14 lines (13 loc) 259 B
const PC_WIDTH_DEFAULT = 50; const PX_WIDTH_DEFAULT = 350; const MIN_WIDTH = 220; function isPercentageUnit(unit) { return unit === "%"; } export { MIN_WIDTH, PC_WIDTH_DEFAULT, PX_WIDTH_DEFAULT, isPercentageUnit }; //# sourceMappingURL=utils.js.map