UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

7 lines (6 loc) 556 B
import { DOMChanges, DOMTreeConstruction } from '../dom/helper'; import { Option } from '@glimmer/util'; export declare const SVG_NAMESPACE = "http://www.w3.org/2000/svg"; export declare type SVG_NAMESPACE = typeof SVG_NAMESPACE; export declare function domChanges(document: Option<Document>, DOMChangesClass: typeof DOMChanges, svgNamespace: SVG_NAMESPACE): typeof DOMChanges; export declare function treeConstruction(document: Option<Document>, TreeConstructionClass: typeof DOMTreeConstruction, svgNamespace: SVG_NAMESPACE): typeof DOMTreeConstruction;