diff --git a/src/components/paginator/Paginator.d.ts b/src/components/paginator/Paginator.d.ts index 45d7b936f..8d4771e6b 100755 --- a/src/components/paginator/Paginator.d.ts +++ b/src/components/paginator/Paginator.d.ts @@ -87,7 +87,7 @@ export interface PaginatorSlots { * Current state * @see PageState */ - currentState: PageState; + state: PageState; }) => VNode[]; /** * Custom end template. @@ -98,7 +98,7 @@ export interface PaginatorSlots { * Current state * @see PageState */ - currentState: PageState; + state: PageState; }) => VNode[]; }