flower-mp/node_modules/tdesign-miniprogram/miniprogram_dist/footer/footer.d.ts
2025-09-16 10:26:42 +08:00

10 lines
260 B
TypeScript

import { SuperComponent } from '../common/src/index';
export default class Footer extends SuperComponent {
externalClasses: string[];
properties: import("./type").TdFooterProps;
data: {
prefix: string;
classPrefix: string;
};
}