tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 293 B
TypeScript
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;