UNPKG

linkees

Version:

A beautiful Single Page component made with React to display all your important social links for your followers (Alternative to linktr.ee).

5 lines 160 B
import React from "react"; import { ICard } from "../types"; export declare const Card: React.FC<ICard>; export default Card; //# sourceMappingURL=Card.d.ts.map