UNPKG

@hhgtech/hhg-components

Version:
10 lines (9 loc) 397 B
import React from 'react'; import { SubotInlineIntentItemProps } from "../../../../interfaces/types"; import { SubotNodeIntent } from "../../../../interfaces/types"; export declare const articleDataComputed: (intent: SubotNodeIntent) => any; declare const Container: { ({ intent }: SubotInlineIntentItemProps): React.JSX.Element; displayName: string; }; export default Container;