Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions packages/styled/src/phrases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ export interface DateRangeInputPhrases extends DatepickerPhrases {
endDatePlaceholder: string
}

export interface DateRangeInputPhrases extends DatepickerPhrases {
startDateAriaLabel: string
endDateAriaLabel: string
startDatePlaceholder: string
endDatePlaceholder: string
}

export interface DateSingleInputPhrases extends DatepickerPhrases {
dateAriaLabel: string
datePlaceholder: string
Expand Down