webdash-readme-preview
Version:
Preview your README.md straight from the dashboard
32 lines (25 loc) • 743 B
TypeScript
/**
* 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
*/
/// <reference path="../polymer/types/polymer.d.ts" />
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;
}