UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

5 lines (4 loc) 323 B
/// <reference types="react" /> import { ICardHistory } from './ICardHistory'; declare function CardHistory({ description, date, hour, badge, state, customIconState, size, customWidth, variant, dropdown, hasShadow, isError, numberNotifications, children, _t, useT }: ICardHistory): JSX.Element; export default CardHistory;