feat: login rest
This commit is contained in:
+1
-16
@@ -1,21 +1,6 @@
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
import { ComponentsOptionsType, SuperComponent } from '../common/src/index';
|
||||
export default class Drawer extends SuperComponent {
|
||||
behaviors: WechatMiniprogram.Behavior.BehaviorIdentifier<{
|
||||
distanceTop: number;
|
||||
}, {
|
||||
usingCustomNavbar: {
|
||||
type: BooleanConstructor;
|
||||
value: false;
|
||||
};
|
||||
customNavbarHeight: {
|
||||
type: NumberConstructor;
|
||||
value: number;
|
||||
};
|
||||
}, {
|
||||
calculateCustomNavbarDistanceTop(): void;
|
||||
}, WechatMiniprogram.Component.BehaviorOption>[];
|
||||
behaviors: string[];
|
||||
externalClasses: any[];
|
||||
options: ComponentsOptionsType;
|
||||
properties: import("./type").TdDrawerProps;
|
||||
|
||||
Reference in New Issue
Block a user