chore: updated types

This commit is contained in:
Joel Jacob Stephen
2023-07-09 11:37:50 +05:30
parent a08760351d
commit 0962718b0c
3 changed files with 9 additions and 10 deletions

View File

@@ -91,8 +91,8 @@
import { computed } from "vue"
const props = defineProps<{
xBorder: Boolean
list: []
xBorder: boolean
list: Record<string, unknown>[]
headings: string[]
cellStyles: string
badgeName: string