/** * 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): * paper-spinner-behavior.html */ /// declare namespace Polymer { interface PaperSpinnerBehavior { /** * Displays the spinner. */ active: boolean|null|undefined; /** * Alternative text content for accessibility support. * If alt is present, it will add an aria-label whose content matches alt when active. * If alt is not present, it will default to 'loading' as the alt value. */ alt: string|null|undefined; } const PaperSpinnerBehavior: object; }