UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

8 lines 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.expandPaddingObject = void 0; const expandPaddingObject = (padding) => { return { top: 0, right: 0, bottom: 0, left: 0, ...padding }; }; exports.expandPaddingObject = expandPaddingObject; //# sourceMappingURL=expandPaddingObject.js.map