We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ab5af commit f8bcf2fCopy full SHA for f8bcf2f
web_src/js/markup/codeblocks.ts
@@ -1,5 +1,5 @@
1
import {svg, type SvgName} from '../svg.ts';
2
-import {queryElems, type DOMEvent} from '../utils/dom.ts';
+import {queryElems} from '../utils/dom.ts';
3
4
export function makeCodeBlockButton(className: string, name: SvgName): HTMLButtonElement {
5
const button = document.createElement('button');
0 commit comments