@tempots/ui

LocationData type

Represents the data for a location.

Signature:

export type LocationData = {
    readonly pathname: string;
    readonly search: Record<string, string>;
    readonly hash?: string;
};