UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

9 lines (8 loc) 243 B
import SlRelativeTime from './relative-time.component.js'; export * from './relative-time.component.js'; export default SlRelativeTime; declare global { interface HTMLElementTagNameMap { 'sl-relative-time': SlRelativeTime; } }