UNPKG

@atlaskit/renderer

Version:
13 lines (12 loc) 594 B
import React from 'react'; import type { WithIntlProps, WrappedComponentProps } from 'react-intl'; import type { MarkDataAttributes } from '../../ui/annotations/element/useInlineAnnotationProps'; export interface Props extends MarkDataAttributes { parentIsIncompleteTask?: boolean; timestamp: string; } export declare const DateComponent: React.FC<WithIntlProps<Props & WrappedComponentProps>> & { WrappedComponent: React.ComponentType<Props & WrappedComponentProps>; }; declare function DateWithFormatContext(props: Props): React.JSX.Element; export default DateWithFormatContext;