Files
terminal/web/node_modules/react-use/lib/useHash.d.ts
T

5 lines
146 B
TypeScript

/**
* read and write url hash, response to url hash change
*/
export declare const useHash: () => readonly [string, (newHash: string) => void];