UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 217 B
import React from 'react'; import { SubotInlineIntentProps } from "./"; declare const SubotInlineIntent: ({ intents, indexNumber, }: SubotInlineIntentProps) => React.JSX.Element; export default SubotInlineIntent;