chore(editor): view, selection-bridge, and type fixes
This commit is contained in:
Vendored
+1
-3
@@ -5,7 +5,5 @@ declare global {
|
||||
}
|
||||
|
||||
declare module 'vue' {
|
||||
interface HTMLAttributes {
|
||||
[key: `data-${string}`]: unknown;
|
||||
}
|
||||
type HTMLAttributes = Record<`data-${string}`, unknown>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user