decorators.js 1.0 KB

12345678910111213141516171819202122
  1. /**
  2. * @license
  3. * Copyright 2017 Google LLC
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. /*
  7. * IMPORTANT: For compatibility with tsickle and the Closure JS compiler, all
  8. * property decorators (but not class decorators) in this file that have
  9. * an @ExportDecoratedItems annotation must be defined as a regular function,
  10. * not an arrow function.
  11. */
  12. export * from '@lit/reactive-element/decorators/base.js';
  13. export * from '@lit/reactive-element/decorators/custom-element.js';
  14. export * from '@lit/reactive-element/decorators/property.js';
  15. export * from '@lit/reactive-element/decorators/state.js';
  16. export * from '@lit/reactive-element/decorators/event-options.js';
  17. export * from '@lit/reactive-element/decorators/query.js';
  18. export * from '@lit/reactive-element/decorators/query-all.js';
  19. export * from '@lit/reactive-element/decorators/query-async.js';
  20. export * from '@lit/reactive-element/decorators/query-assigned-elements.js';
  21. export * from '@lit/reactive-element/decorators/query-assigned-nodes.js';
  22. //# sourceMappingURL=decorators.js.map