UNPKG

@atlaskit/renderer

Version:
4 lines (3 loc) 185 B
import React from 'react'; import type { NodeProps } from '../types'; export default function Paragraph({ children, dataAttributes, localId, asInline, }: NodeProps): React.JSX.Element;