@engie-group/fluid-design-system
Version:
The Fluid Design System is ENGIE’s open-source library to create, build and deliver ENGIE digital services in a more efficient way.
15 lines (14 loc) • 591 B
TypeScript
/**
* --------------------------------------------------------------------------
* Bootstrap (v4.1.3): dom/manipulator.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
declare const Manipulator: {
getDataAttributes(element: HTMLElement): any;
toggleClass(element: Element, className: string): void;
mergeExtended(extended: any, obj: any, deep: any): any;
extend(...args: any[]): {};
createHtmlNode(domString: string): Node;
};
export default Manipulator;