UNPKG

tdesign-mobile-vue

Version:
45 lines (44 loc) 1.07 kB
import { TdNavbarProps } from './type'; import { PropType } from 'vue'; declare const _default: { animation: { type: BooleanConstructor; default: boolean; }; capsule: { type: PropType<TdNavbarProps['capsule']>; }; fixed: { type: BooleanConstructor; default: boolean; }; left: { type: PropType<TdNavbarProps['left']>; }; leftArrow: BooleanConstructor; placeholder: BooleanConstructor; right: { type: PropType<TdNavbarProps['right']>; }; safeAreaInsetTop: { type: BooleanConstructor; default: boolean; }; title: { type: PropType<TdNavbarProps['title']>; }; titleMaxLength: { type: NumberConstructor; }; visible: { type: BooleanConstructor; default: boolean; }; zIndex: { type: NumberConstructor; default: number; }; onLeftClick: PropType<TdNavbarProps['onLeftClick']>; onRightClick: PropType<TdNavbarProps['onRightClick']>; }; export default _default;