diff --git a/components/lib/paginator/Paginator.d.ts b/components/lib/paginator/Paginator.d.ts index 3a1d1ea6c..ac3cf18dc 100755 --- a/components/lib/paginator/Paginator.d.ts +++ b/components/lib/paginator/Paginator.d.ts @@ -28,6 +28,10 @@ export interface PaginatorPassThroughMethodOptions { * @see {@link PaginatorProps.pt} */ export interface PaginatorPassThroughOptions { + /** + * Uses to pass attributes to the paginator wrapper's DOM element. + */ + paginatorWrapper?: PaginatorPassThroughOptionType; /** * Uses to pass attributes to the root's DOM element. */ diff --git a/components/lib/paginator/Paginator.vue b/components/lib/paginator/Paginator.vue index d8bda85b2..9bcd01dee 100755 --- a/components/lib/paginator/Paginator.vue +++ b/components/lib/paginator/Paginator.vue @@ -1,6 +1,6 @@