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

footer.d.ts 260B

123456789
  1. import { SuperComponent } from '../common/src/index';
  2. export default class Footer extends SuperComponent {
  3. externalClasses: string[];
  4. properties: import("./type").TdFooterProps;
  5. data: {
  6. prefix: string;
  7. classPrefix: string;
  8. };
  9. }