animate.d.ts 198 Bytes
Newer Older
程默 committed
1 2 3 4 5 6
/// <reference types="miniprogram-api-typings" />
export declare function setContentAnimate(
  context: WechatMiniprogram.Component.TrivialInstance,
  expanded: boolean,
  mounted: boolean
): void;