UNPKG

@veltdev/react

Version:

Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.

11 lines (10 loc) 502 B
import React from 'react'; export interface IVeltNotificationsPanelContentDocumentsListItemProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> { notificationIndex?: string; defaultCondition?: boolean; document?: any; index?: number; listItemTemplate?: any; } declare const VeltNotificationsPanelContentDocumentsListItem: React.FC<IVeltNotificationsPanelContentDocumentsListItemProps>; export default VeltNotificationsPanelContentDocumentsListItem;