tanuki-ui
Version:
HTML-first React component library with semantic elements, multi-OS themes, and production-ready visual node editor
7 lines (6 loc) • 315 B
TypeScript
import { default as React } from 'react';
export declare const Time: React.NamedExoticComponent<React.HTMLAttributes<HTMLTimeElement> & {
type?: "unix" | "unixtime" | "ISO8601" | "ulid" | string;
timestamp: Date | number | string | undefined;
format?: string;
} & React.RefAttributes<HTMLTimeElement>>;