getDataAttributesOfHTMLNode.d.ts 141 B

12
  1. import { Dictionary } from '../types/interfaces/Dictionary';
  2. export declare function getDataAttributesOfHTMLNode(node: Element): Dictionary;