UNPKG

518 BTypeScriptView Raw
1declare const _default: {
2 search: {
3 placeholder: string;
4 };
5 sort: {
6 sortAsc: string;
7 sortDesc: string;
8 };
9 pagination: {
10 previous: string;
11 next: string;
12 navigate: (page: any, pages: any) => string;
13 page: (page: any) => string;
14 showing: string;
15 of: string;
16 to: string;
17 results: string;
18 };
19 loading: string;
20 noRecordsFound: string;
21 error: string;
22};
23export default _default;