UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

6 lines 199 B
import React from 'react'; export interface TimeAgoProps { time: string | Date; } export declare function TimeAgo({ time }: TimeAgoProps): React.JSX.Element; //# sourceMappingURL=TimeAgo.d.ts.map