mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed bootstrap.paginator "itemTexts" option signature
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ interface PaginatorOptions{
|
||||
totalPages?: number;
|
||||
pageUrl?: (type, page, current) => string;
|
||||
shouldShowPage?: boolean;
|
||||
itemText?: (type, page, current) => any;
|
||||
itemTexts?: (type:string, page:number, current:number) => string;
|
||||
tooltipTitles?: (type, page, current) => string;
|
||||
useBootstrapTooltip?: boolean;
|
||||
bootstrapTooltipOptions?: {};
|
||||
|
||||
Reference in New Issue
Block a user