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).

7 lines 521 B
export { Linkees } from "./components/Linkees"; export { Header, Card, Footer, SunIcon, MoonIcon } from "./components"; export type { ThemeType, KnownChannelTypes, UnknownChannelType, KnownChannelItem, UnknownChannelItem, ItemType, IIcon, ICard, LinkeesProps, HeaderProps, FooterProps, } from "./types"; export { CHANNEL_TYPES } from "./types"; export { getCoverImage, isValidUrl, openLink, CHANNEL_TYPE_VS_COVER_IMAGE, } from "./utils"; export { default } from "./components/Linkees"; //# sourceMappingURL=index.d.ts.map