管灌系统农户端微信小程序(嘉峪关应用)
zuoxiao
2024-05-30 910c37c43eceb27888b90631c868caa08f7eafcc
1
2
3
4
5
6
7
8
9
import { SuperComponent } from '../common/src/index';
export default class Footer extends SuperComponent {
    externalClasses: string[];
    properties: import("./type").TdFooterProps;
    data: {
        prefix: string;
        classPrefix: string;
    };
}