合伙人运营小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }