UNPKG

@replyke/ui-core-react-native

Version:

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

10 lines (9 loc) 294 B
declare function FromNow({ time, fontSize, fontWeight, color, lean, justNowText, }: { time: Date | string; fontSize?: number; fontWeight?: number; color?: string; lean?: boolean; justNowText?: string; }): import("react/jsx-runtime").JSX.Element; export default FromNow;