@keycloakify/keycloak-account-ui
Version:
<p align="center"> <img src="https://github.com/user-attachments/assets/e31c4910-7205-441c-9a35-e134b806b3a8"> </p> <p align="center"> <i>Repackaged Keycloak Account UI</i> <br> <br> <a href="https://github.com/keycloakify/keycloak-a
5 lines (4 loc) • 299 B
TypeScript
export declare const FORMAT_DATE_ONLY: Intl.DateTimeFormatOptions;
export declare const FORMAT_TIME_ONLY: Intl.DateTimeFormatOptions;
export declare const FORMAT_DATE_AND_TIME: Intl.DateTimeFormatOptions;
export declare function formatDate(date: Date, options?: Intl.DateTimeFormatOptions): string;