UNPKG

common-hook

Version:
7 lines (6 loc) 130 B
/** * @name 设置页面标题 * @example * useTitle('Page Title') */ export declare const useTitle: (title: string) => void;