/** * DO NOT EDIT * * This file was automatically generated by * https://github.com/Polymer/gen-typescript-declarations * * To modify these typings, edit the source file(s): * neon-shared-element-animatable-behavior.html */ /// /// declare namespace Polymer { /** * Use `Polymer.NeonSharedElementAnimatableBehavior` to implement elements containing shared element * animations. */ interface NeonSharedElementAnimatableBehavior extends Polymer.NeonAnimatableBehavior { /** * A map of shared element id to node. */ sharedElements: object|null|undefined; } const NeonSharedElementAnimatableBehavior: object; }