UNPKG

merge-sx

Version:

Combines multiple SxProps for Material UI components.

1 lines 147 B
"use strict";const e=(...e)=>{let t=[];for(let n of e)if(n)if(Array.isArray(n))for(let e of n)t.push(e);else t.push(n);return t};exports.mergeSx=e;