You've already forked obsidian-visualiser
Implement Aspect tab and HP/Mana editor
This commit is contained in:
@@ -2,7 +2,6 @@ import { buildIcon, getIcon, iconLoaded, loadIcon, type IconifyIcon } from 'icon
|
||||
import { loading } from './components';
|
||||
import { _defer, raw, reactivity, type Proxy, type Reactive } from './reactive';
|
||||
|
||||
export type HTMLElement = HTMLElement;
|
||||
export type Node = HTMLElement | SVGElement | Text | undefined;
|
||||
export type NodeChildren = Array<Reactive<Node>> | undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user