UNPKG

@dfsj/ec-hooks

Version:

贵州东方世纪常用 hook。

5 lines (4 loc) 175 B
export declare function useTitle(title?: string, restoreUnmounted?: boolean): { title: Readonly<import('vue').Ref<string, string>>; setTitle: (title: any) => void; };