frontend/.pnpm-store/v3/files/d4/e80acf4c402162c9de331225349b4d7d8795380fc4b5348ba012d0f7e77a01a78cc735169092e15205cdf060fbd292a54b4108b9246f634266c6cfced8ff6b

24 lines
433 B
Plaintext

declare const _default: {
search: {
placeholder: string;
};
sort: {
sortAsc: string;
sortDesc: string;
};
pagination: {
previous: string;
next: string;
navigate: (page: any, pages: any) => string;
page: (page: any) => string;
showing: string;
of: string;
to: string;
results: string;
};
loading: string;
noRecordsFound: string;
error: string;
};
export default _default;