更新
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
declare namespace $safeEls {
|
||||
type El = Element | Element[] | NodeListOf<Element> | string;
|
||||
}
|
||||
declare function $safeEls(val: $safeEls.El): Element[];
|
||||
|
||||
export = $safeEls;
|
||||
Reference in New Issue
Block a user