Apply suggestions from code review

Co-authored-by: Eric Liu <ericyl.us@gmail.com>
This commit is contained in:
kwieszalka-maystreet 2022-01-19 10:34:06 +01:00 committed by GitHub
commit b15e1387d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@
/** Set to `true` to use static width */
export let useStaticWidth = false;
/** Set to `number` to limit the output */
/** Specify the number of items to display in a page */
export let pageSize = 0;
/** Set to `number` to set current page */