@hylid/types 4.0.0-alpha.13 → 4.0.0-alpha.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/mp.d.ts +3 -0
  2. package/package.json +1 -1
package/lib/mp.d.ts CHANGED
@@ -207,6 +207,9 @@ export interface MPApi extends Omit<MiniprogramApi, 'request'> {
207
207
  authType: string;
208
208
  bizType?: string;
209
209
  }) => void;
210
+ setCanPullDown: (args: {
211
+ canPullDown: boolean;
212
+ } & AsyncCallback<void>) => void;
210
213
  }
211
214
  export declare type HeadModel = {
212
215
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hylid/types",
3
- "version": "4.0.0-alpha.13",
3
+ "version": "4.0.0-alpha.15",
4
4
  "main": "lib/index.js",
5
5
  "files": [
6
6
  "lib",