Preview environment

typealias TimestampStylesString

export type TimestampStylesString = (typeof TimestampStyles)[keyof typeof TimestampStyles];

The possible TimestampStyles values.

(typeof TimestampStyles)[keyof typeof TimestampStyles]