mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* fix: getStoragetSync return value is incorrect. * fix: The type of return value type of Storage is incorrect * added parameter for GetStorageOptions.success * added value parameter for setStorageSync * fix setStorageSync with value: any * update types for uni-app * add class EditorContext for uni-app types * fix lint for uni-app * remove *.vue module for uni-app * update types for uni-app * update types for uni-app * update types for uni-app * update types for uni-app * update types for uni-app * update types for uni-app * update types for uni-app * update types for uni-app:fix boundingClientRect * update types for uni-app: add onKeyboardHeightChange * update types for uni-app: uni.checkSession * update types for uni-app fixed uni.createMapContext * update types for uni-app : add GetSystemInfoResult.safeArea * update types for uni-app : uni.getSystemInfoSync
13 lines
456 B
TypeScript
13 lines
456 B
TypeScript
// Type definitions for non-npm package uni-app 1.4
|
|
// Project: https://github.com/dcloudio/uni-app
|
|
// Definitions by: DCloud <https://github.com/dcloudio>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
// TypeScript Version: 2.3
|
|
|
|
/// <reference path="./lib/vue.d.ts" />
|
|
/// <reference path="./lib/common.d.ts" />
|
|
/// <reference path="./lib/app.d.ts" />
|
|
/// <reference path="./lib/page.d.ts" />
|
|
/// <reference path="./lib/uni.d.ts" />
|