@shoelace-style/shoelace
Version:
A forward-thinking library of web components.
10 lines (9 loc) • 384 B
TypeScript
import Component from '../../components/relative-time/relative-time.component.js';
/**
* @summary Outputs a localized time phrase relative to the current date and time.
* @documentation https://shoelace.style/components/relative-time
* @status stable
* @since 2.0
*/
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {}>;
export default reactWrapper;