UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 327 B
import React, { FC } from 'react'; import { SubotInlineIntentItemProps } from "../../../interfaces/types"; export declare const SubotInlineIntentBaseTarget: { [key: string]: FC<SubotInlineIntentItemProps>; }; export declare const SubotInlineIntentBase: { [key: string]: React.FC<SubotInlineIntentItemProps>; };