UNPKG

@hhgtech/hhg-components

Version:
12 lines (11 loc) 309 B
import React from 'react'; import { SubotBotItem } from "../../../../interfaces/types"; type Props = { node: SubotBotItem; onClickStart?: () => void; }; declare const Container: { ({ node, onClickStart }: Props): React.JSX.Element; displayName: string; }; export default Container;