Merge pull request #2741 from tugcekucukoglu/paginator
Fixed #2738 - Paginator: slot typescript errorpull/2742/head
commit
f9bda1f6ac
|
@ -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[];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue