Skip to content

Commit 815a40f

Browse files
author
Michelle Nguyen
committed
fix: restore auto-generated i18n messages-types.ts from upstream
1 parent 980f760 commit 815a40f

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

src/i18n/messages-types.ts

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ export interface I18nFormatArgTypes {
196196
"i18nStrings.endMonthLabel": never;
197197
"i18nStrings.endDateLabel": never;
198198
"i18nStrings.endTimeLabel": never;
199-
"i18nStrings.datePlaceholder": never;
200-
"i18nStrings.timePlaceholder": never;
201199
"i18nStrings.dateTimeConstraintText": never;
202200
"i18nStrings.dateConstraintText": never;
203201
"i18nStrings.slashedDateTimeConstraintText": never;
@@ -225,15 +223,12 @@ export interface I18nFormatArgTypes {
225223
"i18nStrings.loadingText": never;
226224
}
227225
"error-boundary": {
228-
"i18nStrings.headerText": never;
229-
"i18nStrings.descriptionText": {
230-
"hasFeedback": string;
231-
}
232-
"i18nStrings.refreshActionText": never;
233-
}
234-
"features-notification-drawer": {
235-
"i18nStrings.title": never;
236-
"i18nStrings.viewAll": never;
226+
"i18nStrings.headerText"?: never;
227+
"i18nStrings.descriptionText"?: {
228+
hasFeedback: boolean;
229+
Feedback: (chunks: React.ReactNode[]) => React.ReactNode;
230+
};
231+
"i18nStrings.refreshActionText"?: never;
237232
}
238233
"file-token-group": {
239234
"i18nStrings.limitShowFewer": never;

0 commit comments

Comments
 (0)