UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

6 lines (5 loc) 200 B
import React from 'react'; import { FileViewerComponentProps } from './types'; export declare function DeleteButton(props: FileViewerComponentProps & { className?: string; }): React.ReactElement;