We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
kiaking
brc-dd
posva
Learn more about funding links in repositories.
Report abuse
1 parent 2276c1d commit 0761062Copy full SHA for 0761062
types/local-search.d.ts
@@ -3,20 +3,20 @@ export interface LocalSearchTranslations {
3
modal?: ModalTranslations
4
}
5
6
-interface ButtonTranslations {
+export interface ButtonTranslations {
7
buttonText?: string
8
buttonAriaLabel?: string
9
10
11
-interface ModalTranslations {
+export interface ModalTranslations {
12
displayDetails?: string
13
resetButtonTitle?: string
14
backButtonTitle?: string
15
noResultsText?: string
16
footer?: FooterTranslations
17
18
19
-interface FooterTranslations {
+export interface FooterTranslations {
20
selectText?: string
21
selectKeyAriaLabel?: string
22
navigateText?: string
0 commit comments