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

9 lines
367 B
TypeScript

import Component from '../../components/format-date/format-date.component.js';
/**
* @summary Formats a date/time using the specified locale and options.
* @documentation https://shoelace.style/components/format-date
* @status stable
* @since 2.0
*/
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {}>;
export default reactWrapper;