Sha256: b9d98a5a58a67e64f6dd73fc63d2d9588c219d7603e9120e294286283c2af729

Contents?: true

Size: 342 Bytes

Versions: 81

Compression:

Stored size: 342 Bytes

Contents

import { Path, LocationHook } from "./index";

interface StaticLocationHookOptions {
  record?: boolean;
}

interface StaticLocationHook extends LocationHook {
  history: Readonly<Path[]>;
}

declare function staticLocationHook(
  path?: Path,
  options?: StaticLocationHookOptions,
): StaticLocationHook;

export default staticLocationHook;

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
isomorfeus-preact-10.6.30 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.29 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.28 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.27 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.26 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.25 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.24 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.23 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.22 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.21 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.20 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.19 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.18 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.17 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.16 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.15 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.14 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.13 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.12 node_modules/wouter-preact/static-location.d.ts
isomorfeus-preact-10.6.11 node_modules/wouter-preact/static-location.d.ts