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 5344c1d commit 16f726cCopy full SHA for 16f726c
packages/devtools-ui-kit/src/components/NSectionBlock.vue
@@ -4,7 +4,7 @@ import { useVModel } from '@vueuse/core'
4
const props = withDefaults(
5
defineProps<{
6
icon?: string
7
- text: string
+ text?: string
8
description?: string
9
containerClass?: string
10
headerClass?: string
0 commit comments