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

props.d.ts 285 B

1234
  1. /// <reference types="miniprogram-api-typings" />
  2. export declare const commonProps: WechatMiniprogram.Component.PropertyOption;
  3. export declare const inputProps: WechatMiniprogram.Component.PropertyOption;
  4. export declare const textareaProps: WechatMiniprogram.Component.PropertyOption;