UNPKG

@cobuildlab/8base-chat

Version:

Chat component that uses 8base

9 lines (8 loc) 242 B
export interface IDeleteDialogData { channelId: string; isChannel: boolean; onDelete: () => void; } export declare const DELETE_CHANNEL_DIALOG_ID = "DELETE_CHANNEL_DIALOG_ID"; declare const _default: any; export default _default;