Sha256: db0c913d68b0b9d6c4eacd354a7ada6993d5adc74e570a2ff79714ac87fa4176
Contents?: true
Size: 425 Bytes
Versions: 2
Compression:
Stored size: 425 Bytes
Contents
declare type DateTimeProps = { align?: "left" | "center" | "right"; aria?: { [key: string]: string; }; className?: string; data?: { [key: string]: string; }; datetime: Date; id?: string; size?: "sm" | "md"; showDayOfWeek: boolean; showIcon?: boolean; timeZone?: string; }; declare const DateTime: (props: DateTimeProps) => JSX.Element; export default DateTime;
Version data entries
2 entries across 2 versions & 1 rubygems