Skip to content

Commit

Permalink
add missing type export
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Oct 23, 2024
1 parent 34d5022 commit edc6b4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-generator/src/locale/en/VDataTableFooter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"showCurrentPage": "Show current page number between prev/next icons."
},
"slots": {
"[string]": "Slot for each item in the items-per-page dropdown."
"prepend": "Extra content placed before the default pagination."
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,5 @@ export const VDataTableFooter = genericComponent<{ prepend: never }>()({
return {}
},
})

export type VDataTableFooter = InstanceType<typeof VDataTableFooter>

0 comments on commit edc6b4f

Please sign in to comment.