Skip to content

Commit

Permalink
Add missing localization typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyrowe committed Aug 22, 2020
1 parent db410af commit 294e336
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 @@ -361,6 +361,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 @@ -399,9 +400,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 294e336

Please sign in to comment.