You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
declare const _default: {
|
|
items_per_page: string;
|
|
jump_to: string;
|
|
jump_to_confirm: string;
|
|
page: string;
|
|
prev_page: string;
|
|
next_page: string;
|
|
prev_5: string;
|
|
next_5: string;
|
|
prev_3: string;
|
|
next_3: string;
|
|
page_size: string;
|
|
};
|
|
export default _default;
|