UNPKG

@atlaskit/renderer

Version:
5 lines (4 loc) 237 B
import { jsx } from '@emotion/react'; import type { AlignmentAttributes } from '@atlaskit/adf-schema'; import type { MarkProps } from '../types'; export default function Alignment(props: MarkProps<AlignmentAttributes>): jsx.JSX.Element;