UNPKG

@hhgtech/hhg-components

Version:
11 lines (10 loc) 368 B
import React from 'react'; import { DataTrackingTypeHTMLElement } from "../../../interfaces/types"; type _NormalTopicProps = { value: string; name: string; isBlock?: boolean; isMobile?: boolean; } & DataTrackingTypeHTMLElement; export declare const _NormalTopic: ({ value, name, ...rest }: _NormalTopicProps) => React.JSX.Element; export {};