UNPKG

@mdui/jq

Version:

拥有和 jQuery 相似 API 的轻量级 JavaScript 工具库

5 lines (4 loc) 254 B
import { JQ } from '../../shared/core.js'; import '../each.js'; import '../is.js'; export declare const dir: ($elements: JQ, nameIndex: number, node: "parentNode" | "nextElementSibling" | "previousElementSibling", selector?: any, filter?: string) => JQ;