feat: login rest
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
import { SuperComponent } from '../common/src/index';
|
||||
import type { TdStickyProps } from './type';
|
||||
export interface StickyProps extends TdStickyProps {
|
||||
@@ -7,7 +5,7 @@ export interface StickyProps extends TdStickyProps {
|
||||
export default class Sticky extends SuperComponent {
|
||||
externalClasses: string[];
|
||||
properties: TdStickyProps;
|
||||
behaviors: WechatMiniprogram.Behavior.BehaviorIdentifier<WechatMiniprogram.Component.DataOption, WechatMiniprogram.Component.PropertyOption, WechatMiniprogram.Component.MethodOption, WechatMiniprogram.Component.BehaviorOption>[];
|
||||
behaviors: string[];
|
||||
observers: {
|
||||
'offsetTop, disabled, container'(): void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user