UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 293 B
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;