UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 219 B
import { FC } from 'react'; import { SubotInlineNodeProps } from "./"; /***************** type: TEXT, IMAGE ***************/ declare const SubotInlineNode: FC<SubotInlineNodeProps>; export default SubotInlineNode;