Skip to content

Commit

Permalink
feat: update type
Browse files Browse the repository at this point in the history
  • Loading branch information
francisashley committed Jan 9, 2025
1 parent f8e17b8 commit 1269fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-screener",
"version": "0.15.21",
"version": "0.15.22",
"type": "module",
"description": "Easily search and filter data in Vue3.",
"author": "Francis Ashley",
Expand Down
2 changes: 1 addition & 1 deletion src/components/VueScreener.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { twMerge } from 'tailwind-merge'
const props = withDefaults(
defineProps<{
screener?: IVueScreener
data?: any[]
data?: any[] | null
class?: string
// options
contentHeight?: string
Expand Down

0 comments on commit 1269fea

Please sign in to comment.