typealias TimestampStylesString

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

The possible TimestampStyles values.

Union Members

(typeof TimestampStyles)[keyof typeof TimestampStyles]