typealias TimestampStylesString

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

The possible values, see TimestampStyles for more information

Union Members

(typeof TimestampStyles)[keyof typeof TimestampStyles]