UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 255 B
import React from 'react'; import { SubotInlineIntentItemProps } from "../../../../interfaces/types"; declare const Container: { ({ intent }: SubotInlineIntentItemProps): React.JSX.Element; displayName: string; }; export default Container;