sudovanilla-website/public/@shoelace-style/shoelace/cdn/react/relative-time/index.d.ts
2024-05-13 23:34:06 -04:00

9 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;