migrate user profile page to composition API and typescript

This commit is contained in:
MaysWind
2025-01-20 23:56:09 +08:00
parent 9d9e6ef9bd
commit f4998da4cd
10 changed files with 824 additions and 980 deletions
+6
View File
@@ -62,6 +62,12 @@ export interface LocalizedMeridiemIndicator {
readonly displayValues: string[];
}
export interface LocalizedDateTimeFormat extends TypeAndDisplayName {
readonly type: number;
readonly format: string;
readonly displayName: string;
}
export interface LocalizedDateRange extends TypeAndDisplayName {
readonly type: number;
readonly displayName: string;