UNPKG

@atlaskit/renderer

Version:
5 lines (4 loc) 242 B
import React from 'react'; import type { IndentationMarkAttributes } from '@atlaskit/adf-schema'; import type { MarkProps } from '../types'; export default function Indentation(props: MarkProps<IndentationMarkAttributes>): React.JSX.Element;