UNPKG

@youcan/ui-vue3

Version:

YouCan Vue3 components library

16 lines (13 loc) 239 B
export interface SidebarProps { collapsed?: boolean } export interface SidebarItemProps { icon: string label: string count?: number active?: boolean } export interface SidebarSubItemProps { label: string active?: boolean }