nuxt · GitHub

File tree

  • src/runtime/components/prose

Lines changed: 2 additions & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -1,4 +1,5 @@

11

<script lang="ts">

2+

import type { VNode } from 'vue'

23

import type { AppConfig } from '@nuxt/schema'

34

import theme from '#build/ui/prose/kbd'

45

import type { ComponentConfig } from '../../types/tv'

@@ -12,7 +13,7 @@ export interface ProseKbdProps {

1213

}

1314
1415

export interface ProseKbdSlots {

15-

default?(props?: {}): any

16+

default?(props?: {}): VNode[]

1617

}

1718

</script>

1819

Read the original on github.com ↗