@spectrum-web-components/base
Version:
The `SpectrumElement` base class as created by mixing `SpectrumMixin` onto `LitElement` provides text direction support via the CSS `:dir()` pseudo-class, which automatically inherits directionality from the DOM hierarchy. In a TypeScript context, it also
3 lines (2 loc) • 519 B
JavaScript
;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{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{createRef,ref}from"lit/directives/ref.js";
//# sourceMappingURL=directives.js.map