Installation
npm install --save @types/use-ackee
Summary
This package contains type definitions for use-ackee (https://github.com/electerious/use-ackee).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/use-ackee.
index.d.ts
import { TrackingOptions } from "ackee-tracker";
interface ServerDetails {
server: string;
domainId: string;
}
declare function useAckee(pathname: string | null, server: ServerDetails, opts?: TrackingOptions): void;
declare namespace useAckee {
function useAckee(pathname: string | null, server: ServerDetails, opts?: TrackingOptions): void;
}
export = useAckee;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: @types/ackee-tracker
Credits
These definitions were written by Spencer Elliott, and Pablo Sáez.