UNPKG

react-burger-menu

Version:

An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations

9 lines (8 loc) 188 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var pxToNum = function pxToNum(val) { return parseInt(val.slice(0, -2), 10); }; exports.pxToNum = pxToNum;