UNPKG

tdesign-mobile-vue

Version:
18 lines (17 loc) 420 B
import { TNode } from '../common'; export interface TdNavbarProps { animation?: boolean; capsule?: TNode; fixed?: boolean; left?: TNode; leftArrow?: boolean; placeholder?: boolean; right?: TNode; safeAreaInsetTop?: boolean; title?: string | TNode; titleMaxLength?: number; visible?: boolean; zIndex?: number; onLeftClick?: () => void; onRightClick?: () => void; }