import { Element } from "./Element";
export type iCallback = (el: Element) => void;
