10 lines
384 B
TypeScript
10 lines
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;
|