Initial commit
This commit is contained in:
3
wwwroot/lib/popper.js/esm/utils/getAltLen.js
Normal file
3
wwwroot/lib/popper.js/esm/utils/getAltLen.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function getAltLen(len) {
|
||||
return len === 'width' ? 'height' : 'width';
|
||||
}
|
||||
Reference in New Issue
Block a user