/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ /** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ /** * Recursively traverse up the tree to check whether the provided child node * is the parent or a descendant of it. * * @param parent - Element to find * @param child - Element to test against parent */ declare var isNodeOrChild: (parent: Element, child?: Element | null | undefined) => any; export { isNodeOrChild }; //# sourceMappingURL=is-node-or-child.d.ts.map