tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 293 B
TypeScript
import _Footer from './footer';
import { WithInstallType } from '../shared';
import './style';
import { TdFooterProps } from './type';
export * from './type';
export declare type FooterProps = TdFooterProps;
export declare const Footer: WithInstallType<typeof _Footer>;
export default Footer;