chore: fix typo

pull/899/head
Divyansh Singh 2 years ago committed by GitHub
parent 836a24683a
commit d6125c5c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -168,14 +168,14 @@ export namespace DefaultTheme {
/** /**
* Custom label for previous page button. * Custom label for previous page button.
* *
* @default 'Previous Page' * @default 'Previous page'
*/ */
prev?: string prev?: string
/** /**
* Custom label for next page button. * Custom label for next page button.
* *
* @default 'Next Page' * @default 'Next page'
*/ */
next?: string next?: string
} }

Loading…
Cancel
Save