File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/no-explicit-any */
22/* eslint-disable no-unused-vars */
33import { CSSProperties , JSXComponent , StyleValue , MaybeRef } from 'vue' ;
4- import { ThemeInstance } from 'vuetify' ;
4+ import { IconOptions , ThemeInstance } from 'vuetify' ;
55import type { EventBusKey } from '@vueuse/core' ;
66import type { VTextField , VProgressCircular , VProgressLinear } from 'vuetify/components' ;
77import type { VDataTable , VDataTableServer , VDataTableRow } from 'vuetify/labs/components' ;
@@ -232,7 +232,7 @@ export interface HeaderSlotProps extends AllSlotProps {
232232 slotProps : {
233233 allRowsSelected : boolean ;
234234 columns : Column [ ] ;
235- getSortIcon ? : GetSortIcon ;
235+ getSortIcon : GetSortIcon ;
236236 index ?: number ;
237237 item ?: Props [ 'item' ] | any ;
238238 selectAll : SelectAll ;
@@ -464,6 +464,7 @@ export interface UseHeaderRowClasses {
464464export interface UseSortIconClasses {
465465 (
466466 options : {
467+ iconOptions : IconOptions | undefined ,
467468 key : string ,
468469 level : number ,
469470 sortBy : Props [ 'sortBy' ] ,
You can’t perform that action at this time.
0 commit comments