电速宝
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

component.d.ts 121B

123
  1. /// <reference types="miniprogram-api-typings" />
  2. declare const TComponent: typeof Component;
  3. export default TComponent;