UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 223 B
import React from 'react'; import { SubotInlineProps } from "./subotInline.config"; declare const SubotInline: ({ id, isMobile, articleLink, customUrl, }: SubotInlineProps) => React.JSX.Element; export { SubotInline };