chore: sync

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2026-01-08 18:29:44 +03:00
parent f07a8da6ea
commit 69a29568c7
1221 changed files with 70034 additions and 16199 deletions

View File

@@ -0,0 +1,16 @@
<script lang="ts" setup>
import type { Editor } from '@tiptap/vue-3'
import type { TooltipPlacement } from 'ant-design-vue/es/tooltip'
interface Props {
editor: Editor
tabIndex?: number
tooltipPlacement?: TooltipPlacement
}
defineProps<Props>()
</script>
<template>
<NcSpanHidden />
</template>