typealias TimestampStylesString

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

The possible TimestampStyles values.

Constructors

constructor()