UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 293 B
import _Navbar from './navbar'; import { WithInstallType } from '../shared'; import './style'; import { TdNavbarProps } from './type'; export * from './type'; export declare type NavbarProps = TdNavbarProps; export declare const Navbar: WithInstallType<typeof _Navbar>; export default Navbar;