water_sh/node_modules/@vant/weapp/lib/collapse-item/animate.d.ts

3 lines
190 B
TypeScript
Raw Permalink Normal View History

2025-04-15 15:48:57 +08:00
/// <reference types="miniprogram-api-typings" />
export declare function setContentAnimate(context: WechatMiniprogram.Component.TrivialInstance, expanded: boolean, mounted: boolean): void;