Skip to content

Commit

Permalink
fix(doc): createPagination option is for pagination (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExFlo authored Sep 12, 2023
1 parent b565a62 commit e3886cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/pagination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ const configValidator: ConfigValidator<PaginationProps> = {

/**
* Create a PaginationWidget with given config props
* @param config - an optional alert config
* @param config - an optional pagination config
* @returns a PaginationWidget
*/
export function createPagination(config?: PropsConfig<PaginationProps>): PaginationWidget {
Expand Down

0 comments on commit e3886cb

Please sign in to comment.