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:
363 bytes
|
Rev | Line | |
---|
[d565449] | 1 | export 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 | }
|
---|
| 15 | declare const _default: () => LocationSensorState;
|
---|
| 16 | export default _default;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.