UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

16 lines (15 loc) 408 B
export interface LayoutProps { hasSider?: boolean; } export interface SiderProps { theme?: 'dark' | 'light'; collapsed?: boolean; defaultCollapsed?: boolean; collapsible?: boolean; width?: number | string; collapsedWidth?: number; reverseArrow?: boolean; breakpoint?: 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs'; resizeDirections?: string[]; hideTrigger?: boolean; }