animate.d.ts 190 Bytes Raw Blame History Permalink 1 2 /// <reference types="miniprogram-api-typings" /> export declare function setContentAnimate(context: WechatMiniprogram.Component.TrivialInstance, expanded: boolean, mounted: boolean): void;