source: imaps-frontend/node_modules/react-use/esm/useLocation.d.ts@ 0c6b92a

main
Last change on this file since 0c6b92a was d565449, checked in by stefan toskovski <stefantoska84@…>, 3 months ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 363 bytes
Line 
1export interface LocationSensorState {
2 trigger: string;
3 state?: any;
4 length?: number;
5 hash?: string;
6 host?: string;
7 hostname?: string;
8 href?: string;
9 origin?: string;
10 pathname?: string;
11 port?: string;
12 protocol?: string;
13 search?: string;
14}
15declare const _default: () => LocationSensorState;
16export default _default;
Note: See TracBrowser for help on using the repository browser.