UNPKG

ze-react-component-library

Version:
8 lines (7 loc) 190 B
import { FC } from "react"; import "./index.less"; export declare type ZEHotsProps = { onClick?: (word: string) => void; }; declare const ZEHots: FC<ZEHotsProps>; export default ZEHots;