UNPKG

vant

Version:

Mobile UI Components built on Vue

11 lines (10 loc) 288 B
export type NavBarThemeVars = { navBarHeight?: string; navBarBackground?: string; navBarArrowSize?: string; navBarIconColor?: string; navBarTextColor?: string; navBarTitleFontSize?: string; navBarTitleTextColor?: string; navBarZIndex?: number | string; };