UNPKG

reactuals

Version:

A useful package providing a collection of 50+ React hooks and utilities to simplify React development.

6 lines (5 loc) 192 B
/** * Updates the document title on mount and when the title changes. * @param title - The string to set as document title */ export declare function useDocumentTitle(title: string): void;