We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1a968 commit 207a412Copy full SHA for 207a412
index.d.ts
@@ -61,6 +61,7 @@ declare module "react-device-detect" {
61
export import isWindows = ReactDeviceDetect.isWindows;
62
export import isMacOs = ReactDeviceDetect.isMacOs;
63
export import withOrientationChange = ReactDeviceDetect.withOrientationChange;
64
+ export import isMIUI = ReactDeviceDetect.isMIUI;
65
}
66
67
declare namespace ReactDeviceDetect {
@@ -196,4 +197,6 @@ declare namespace ReactDeviceDetect {
196
197
export const isWindows: boolean;
198
199
export const isMacOs: boolean;
200
+
201
+ export const isMIUI: boolean;
202
0 commit comments