mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Fix typo lignt -> light
This commit is contained in:
2
types/expo/index.d.ts
vendored
2
types/expo/index.d.ts
vendored
@@ -900,7 +900,7 @@ export namespace Constants {
|
||||
};
|
||||
appKey?: string;
|
||||
androidStatusBar?: {
|
||||
barStyle?: 'lignt-content' | 'dark-content',
|
||||
barStyle?: 'light-content' | 'dark-content',
|
||||
backgroundColor?: string
|
||||
};
|
||||
androidShowExponentNotificationInShellApp?: boolean;
|
||||
|
||||
2
types/expo/v26/index.d.ts
vendored
2
types/expo/v26/index.d.ts
vendored
@@ -898,7 +898,7 @@ export namespace Constants {
|
||||
};
|
||||
appKey?: string;
|
||||
androidStatusBar?: {
|
||||
barStyle?: 'lignt-content' | 'dark-content',
|
||||
barStyle?: 'light-content' | 'dark-content',
|
||||
backgroundColor?: string
|
||||
};
|
||||
androidShowExponentNotificationInShellApp?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user