first commit
This commit is contained in:
1
frontend/node_modules/rc-select/lib/utils/__mocks__/platformUtil.d.ts
generated
vendored
Normal file
1
frontend/node_modules/rc-select/lib/utils/__mocks__/platformUtil.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare function isPlatformMac(): boolean;
|
||||
9
frontend/node_modules/rc-select/lib/utils/__mocks__/platformUtil.js
generated
vendored
Normal file
9
frontend/node_modules/rc-select/lib/utils/__mocks__/platformUtil.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.isPlatformMac = isPlatformMac;
|
||||
function isPlatformMac() {
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user