AdminLTE/plugins/filterizr/utils/getDataAttributesOfHTMLNode.d.ts

3 lines
141 B
TypeScript
Raw Normal View History

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