UNPKG

monphind-ui

Version:

A reactive component library built on top of the Web Components API

4 lines (3 loc) 163 B
export declare const select: <P>(parent: Element, selector: string, attribute: { [name: string]: string | number | boolean | ""; }) => Array<HTMLElement & P>;