UNPKG

@protorians/core

Version:
3 lines (2 loc) 158 B
import { IUiTarget } from "../types/index.js"; export declare function $ui<T extends HTMLElement>(target: IUiTarget<T>, scope?: Document | HTMLElement): T[];