chore(editor): view, selection-bridge, and type fixes

This commit is contained in:
2026-06-08 15:51:30 +07:00
parent e83f10fe32
commit 9ef8125965
6 changed files with 8 additions and 14 deletions
+1 -3
View File
@@ -5,7 +5,5 @@ declare global {
}
declare module 'vue' {
interface HTMLAttributes {
[key: `data-${string}`]: unknown;
}
type HTMLAttributes = Record<`data-${string}`, unknown>;
}