UNPKG

replyke-rn

Version:

Replyke React Native components: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

8 lines (7 loc) 172 B
import React from "react"; interface HeartIconProps { color?: string; size?: number; } declare const HeartIcon: React.FC<HeartIconProps>; export default HeartIcon;