UNPKG

@atlaskit/renderer

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