UNPKG

@salla.sa/twilight-components

Version:
9 lines (8 loc) 376 B
import type { DeliveryPromiseLabels } from './interfaces'; export declare const DEFAULT_LABELS: DeliveryPromiseLabels; export declare function loadLabels(): DeliveryPromiseLabels; /** Localized city display name (English when available and user language is not Arabic). */ export declare function getCityDisplayName(city: { name: string; name_en?: string; }): string;