UNPKG

@polymer/polymer

Version:

The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to

16 lines (10 loc) 375 B
// tslint:disable:variable-name Describing an API that's defined elsewhere. import {enqueueDebouncer, flushDebouncers} from '../utils/debounce.js'; export {enqueueDebouncer}; export {flush}; /** * Forces several classes of asynchronously queued tasks to flush: * - Debouncers added via `enqueueDebouncer` * - ShadyDOM distribution */ declare function flush(): void;