// Props export interface Props { id?: string title?: string active?: boolean buttonId?: string disabled?: boolean lazy?: boolean noBody?: boolean | string tag?: string titleItemClass?: Array | Record | string titleLinkAttributes?: Record titleLinkClass?: Array | Record | string } // Emits // Other