UNPKG

@spectrum-web-components/base

Version:

The `SpectrumElement` base class as created by mixing `SpectrumMixin` onto `LitElement` adopts `dir` values from the `document` at connection time with a fallback to `lrt`. In a TypeScript context, it also enforces the presence of `this.shadowRoot` on ext

13 lines (12 loc) 639 B
export { ifDefined } from 'lit/directives/if-defined.js'; export { repeat } from 'lit/directives/repeat.js'; export { classMap } from 'lit/directives/class-map.js'; export { styleMap } from 'lit/directives/style-map.js'; export type { StyleInfo } from 'lit/directives/style-map.js'; export { until } from 'lit/directives/until.js'; export { live } from 'lit/directives/live.js'; export { when } from 'lit/directives/when.js'; export { join } from 'lit/directives/join.js'; export { unsafeHTML } from 'lit/directives/unsafe-html.js'; export type { Ref } from 'lit/directives/ref.js'; export { createRef, ref } from 'lit/directives/ref.js';