@carry0987/paginator
Version:
An advanced pagination library
62 lines (56 loc) • 1.3 kB
TypeScript
declare const _default$4: {
pagination: {
previous: string;
next: string;
ellipsis: string;
page: (page: number) => string;
};
loading: string;
noRecordsFound: string;
error: string;
};
declare const _default$3: {
pagination: {
previous: string;
next: string;
ellipsis: string;
page: (page: number) => string;
};
loading: string;
noRecordsFound: string;
error: string;
};
declare const _default$2: {
pagination: {
previous: string;
next: string;
ellipsis: string;
page: (page: number) => string;
};
loading: string;
noRecordsFound: string;
error: string;
};
declare const _default$1: {
pagination: {
previous: string;
next: string;
ellipsis: string;
page: (page: number) => string;
};
loading: string;
noRecordsFound: string;
error: string;
};
declare const _default: {
pagination: {
previous: string;
next: string;
ellipsis: string;
page: (page: number) => string;
};
loading: string;
noRecordsFound: string;
error: string;
};
export { _default$4 as esLA, _default as jaJP, _default$3 as msMY, _default$2 as thTH, _default$1 as zhTW };