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

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks 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.