UNPKG

153 BTypeScriptView Raw
1export interface Options {
2 restoreOnUnmount?: boolean;
3}
4declare function useTitle(title: string, options?: Options): void;
5export default useTitle;