Rewrite part of evaluation logic, run prettier
This commit is contained in:
@ -1,17 +1,15 @@
|
||||
import { type Editor } from "./main";
|
||||
|
||||
|
||||
export type ElementMap = {
|
||||
[key: string]:
|
||||
| HTMLElement
|
||||
| HTMLButtonElement
|
||||
| HTMLDivElement
|
||||
| HTMLInputElement
|
||||
| HTMLSelectElement
|
||||
| HTMLCanvasElement
|
||||
| HTMLFormElement
|
||||
| HTMLInputElement
|
||||
;
|
||||
| HTMLElement
|
||||
| HTMLButtonElement
|
||||
| HTMLDivElement
|
||||
| HTMLInputElement
|
||||
| HTMLSelectElement
|
||||
| HTMLCanvasElement
|
||||
| HTMLFormElement
|
||||
| HTMLInputElement;
|
||||
};
|
||||
|
||||
export const singleElements = {
|
||||
@ -92,6 +90,4 @@ export const createDocumentationStyle = (app: Editor) => {
|
||||
tr: "",
|
||||
box: "border bg-red-500",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user