UNPKG

tdesign-mobile-vue

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