UNPKG

vant

Version:

Mobile UI Components built on Vue

10 lines (9 loc) 312 B
export type FloatingPanelThemeVars = { floatingPanelBorderRadius?: string; floatingPanelHeaderHeight?: string; floatingPanelZIndex?: number | string; floatingPanelBackground?: string; floatingPanelBarWidth?: string; floatingPanelBarHeight?: string; floatingPanelBarColor?: string; };