UNPKG

@antdv/pro-utils

Version:

@antdv/pro-utils

7 lines (6 loc) 191 B
import type { Ref } from 'vue'; export declare function useDocumentTitle(titleInfo: Ref<{ title: string; id: string; pageName: string; }>, appDefaultTitle: string | false): void;