Sha256: ce93d8f5fab0f22ca3d75dbba32ec69dc3f853172de96fc29f6d9c63a3e41482
Contents?: true
Size: 589 Bytes
Versions: 2
Compression:
Stored size: 589 Bytes
Contents
import React from 'react'; declare type TimestampProps = { align?: "left" | "center" | "right"; aria?: { [key: string]: string; }; className?: string | string[]; dark?: boolean; data?: string; text: string; timestamp: Date | string; timezone: string; id?: string; showDate?: boolean; showUser?: boolean; hideUpdated?: boolean; showTimezone?: boolean; unstyled?: boolean; variant?: "default" | "elapsed" | "updated"; }; declare const Timestamp: (props: TimestampProps) => React.ReactElement; export default Timestamp;
Version data entries
2 entries across 2 versions & 1 rubygems