UNPKG

avada-feature-request

Version:

Feature Request component library for React applications

10 lines (9 loc) 351 B
import React from "react"; import "../style/index.scss"; import { CardFeatureReqProps } from "../types"; export declare const timeAgo: (dateTime: Date | any) => string; /** * CardFeatureReq component */ declare function CardFeatureReq({ data, handleFunc, typeTrending, isHover, }: CardFeatureReqProps): React.JSX.Element; export { CardFeatureReq };