import type { NodeSelector } from './semantic/string.ts'

export type ElementRef = Element | NodeSelector
