UNPKG

@anypoint-web-components/anypoint-control-mixins

Version:

A set of mixins to be implemented in various controls reacting to user input

19 lines (14 loc) 555 B
/** * DO NOT EDIT * * This file was automatically generated by * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations * * To modify these typings, edit the source file(s): * anypoint-control-mixins.js */ // tslint:disable:variable-name Describing an API that's defined elsewhere. import { HoverableMixin } from './hoverable-mixin'; import { ButtonStateMixin } from './button-state-mixin'; import { ControlStateMixin } from './control-state-mixin'; export {HoverableMixin, ButtonStateMixin, ControlStateMixin};