animate.d.ts 198 字节
/// <reference types="miniprogram-api-typings" />
export declare function setContentAnimate(
  context: WechatMiniprogram.Component.TrivialInstance,
  expanded: boolean,
  mounted: boolean
): void;