export type TimestampStylesString = (typeof TimestampStyles)[keyof typeof TimestampStyles];
The possible values, see TimestampStyles for more information
(typeof TimestampStyles)[keyof typeof TimestampStyles]
export type TimestampStylesString = (typeof TimestampStyles)[keyof typeof TimestampStyles];
The possible values, see TimestampStyles for more information