UNPKG

@jname/vue-mobile-components

Version:
35 lines (34 loc) 788 B
declare const useOrganizationState: () => { searchState: import('vue').Ref<{ xm: string; dwh: string; }, { xm: string; dwh: string; } | { xm: string; dwh: string; }>; breadcrumbs: import('vue').Ref<{ id?: string; name: string; dwh?: string; }[], { id?: string; name: string; dwh?: string; }[] | { id?: string; name: string; dwh?: string; }[]>; breadcrumbRef: import('vue').Ref<HTMLElement, HTMLElement>; addBreadcrumb: (item: { id?: string; name: string; dwh?: string; }) => void; navigateToBreadcrumb: (index: number) => void; resetState: () => void; }; export default useOrganizationState;