source: imaps-frontend/node_modules/react-use/lib/useTitle.d.ts

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 210 bytes
RevLine 
[d565449]1export interface UseTitleOptions {
2 restoreOnUnmount?: boolean;
3}
4declare function useTitle(title: string, options?: UseTitleOptions): void;
5declare const _default: typeof useTitle;
6export default _default;
Note: See TracBrowser for help on using the repository browser.