We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40701f4 commit bcfeb11Copy full SHA for bcfeb11
MyApp/_pages/vue/autoquerygrid.md
@@ -398,7 +398,8 @@ type ApiPrefs = {
398
}
399
400
type FormStyle = "slideOver" | "card"
401
-type TableStyle = "simple" | "fullWidth" | "stripedRows" | "whiteBackground" | "uppercaseHeadings" | "verticalLines"
+type TableStyle = "simple" | "fullWidth" | "stripedRows" | "whiteBackground" | "uppercaseHeadings"
402
+ | "verticalLines"
403
404
type Breakpoint = "xs" | "sm" | "md" | "lg" | "xl" | "2xl"
405
0 commit comments