linkees
Version:
A beautiful Single Page component made with React to display all your important social links for your followers (Alternative to linktr.ee).
6 lines • 353 B
TypeScript
import { ItemType, KnownChannelTypes } from "../types";
export declare const CHANNEL_TYPE_VS_COVER_IMAGE: Record<KnownChannelTypes, string>;
export declare const getCoverImage: (item: ItemType) => string;
export declare const isValidUrl: (url: string) => boolean;
export declare const openLink: (url: string) => void;
//# sourceMappingURL=index.d.ts.map