/// import { LogicalProps } from '../utils/logical-properties'; import { MQ } from '../utils/style'; export interface DateTimeProps extends React.TimeHTMLAttributes { date: string | number; children?: string; dateFormat?: string; prefix?: string; suffix?: string; overrides?: { stylePreset?: MQ; typographyPreset?: MQ; prefix?: { stylePreset?: MQ; typographyPreset?: MQ; }; suffix?: { stylePreset?: MQ; typographyPreset?: MQ; }; } & LogicalProps; } //# sourceMappingURL=types.d.ts.map