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
|
* Current state
|
||||||
* @see PageState
|
* @see PageState
|
||||||
*/
|
*/
|
||||||
currentState: PageState;
|
state: PageState;
|
||||||
}) => VNode[];
|
}) => VNode[];
|
||||||
/**
|
/**
|
||||||
* Custom end template.
|
* Custom end template.
|
||||||
|
@ -98,7 +98,7 @@ export interface PaginatorSlots {
|
||||||
* Current state
|
* Current state
|
||||||
* @see PageState
|
* @see PageState
|
||||||
*/
|
*/
|
||||||
currentState: PageState;
|
state: PageState;
|
||||||
}) => VNode[];
|
}) => VNode[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue