Mission Control Dashboard - Initial implementation
This commit is contained in:
9
node_modules/motion-dom/dist/es/resize/index.mjs
generated
vendored
Normal file
9
node_modules/motion-dom/dist/es/resize/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { resizeElement } from './handle-element.mjs';
|
||||
import { resizeWindow } from './handle-window.mjs';
|
||||
|
||||
function resize(a, b) {
|
||||
return typeof a === "function" ? resizeWindow(a) : resizeElement(a, b);
|
||||
}
|
||||
|
||||
export { resize };
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user