UNPKG

@cuvp1225/tango-mail

Version:
4 lines (3 loc) 326 B
import React from 'react'; export type CardProps = React.ComponentPropsWithoutRef<'div'>; export declare const Card: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("@music163/tango-boot").TangoComponentProps & React.RefAttributes<unknown>>;