fix
This commit is contained in:
parent
a1bb95d5ec
commit
fabe1a17ae
|
@ -10785,7 +10785,7 @@ export interface Locale extends ILocale {
|
||||||
* クリップボード経由でのアップロード時の動作
|
* クリップボード経由でのアップロード時の動作
|
||||||
*/
|
*/
|
||||||
"clipboardUploadBehavior": string;
|
"clipboardUploadBehavior": string;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
declare const locales: {
|
declare const locales: {
|
||||||
[lang: string]: Locale;
|
[lang: string]: Locale;
|
||||||
|
|
Loading…
Reference in New Issue