@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
13 lines • 429 B
TypeScript
import React from 'react';
import { Chunk, ChunkType } from '@sanity/field/diff';
import { TimelineItemState } from './types';
export declare function TimelineItem(props: {
isSelectionBottom: boolean;
isSelectionTop: boolean;
state: TimelineItemState;
onSelect: (chunk: Chunk) => void;
chunk: Chunk;
timestamp: string;
type: ChunkType;
}): React.JSX.Element;
//# sourceMappingURL=timelineItem.d.ts.map