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

props.d.ts 96B

123
  1. import { TdStepsProps } from './type';
  2. declare const props: TdStepsProps;
  3. export default props;