Skip to content

Commit

Permalink
Merge pull request #2349 from ollyrowe/update-typings
Browse files Browse the repository at this point in the history
Add missing localization typings
  • Loading branch information
mbrn authored Aug 23, 2020
2 parents cf950a9 + 294e336 commit 9c042db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ export interface Localization {
dateTimePickerLocalization?: object; // The date-fns locale object applied to the datepickers
emptyDataSourceMessage?: React.ReactNode;
filterRow?: {
filterPlaceHolder?: React.ReactNode;
filterTooltip?: React.ReactNode;
};
editRow?: {
Expand Down Expand Up @@ -403,9 +404,12 @@ export interface Localization {
showColumnsAriaLabel?: string;
exportTitle?: React.ReactNode;
exportAriaLabel?: string;
exportName?: React.ReactNode;
exportCSVName?: React.ReactNode;
exportPDFName?: React.ReactNode;
searchTooltip?: React.ReactNode;
searchPlaceholder?: React.ReactNode;
searchAriaLabel?: string;
clearSearchAriaLabel?: string;
};
}

Expand Down

0 comments on commit 9c042db

Please sign in to comment.