UNPKG

ze-react-component-library

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