shuziren/HR/AIproject/miniprogram_npm/@vant/weapp/collapse-item/animate.d.ts

3 lines
190 B
TypeScript
Raw Normal View History

2024-02-29 08:06:26 +00:00
/// <reference types="miniprogram-api-typings" />
export declare function setContentAnimate(context: WechatMiniprogram.Component.TrivialInstance, expanded: boolean, mounted: boolean): void;