MCPcopy Create free account
hub / github.com/experdot/pointer / DateTimeTextProps

Interface DateTimeTextProps

src/renderer/src/components/common/DateTimeText.tsx:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { formatLongDateTime, formatSemanticDateTime, parseDateLike } from '../../utils/dateTime'
4
5interface DateTimeTextProps {
6 value: number | string | Date | null | undefined
7 className?: string
8 style?: React.CSSProperties
9 tooltip?: boolean
10 emptyText?: string
11}
12
13export function DateTimeText({
14 value,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected