parent
b9e221bc30
commit
2dfaef9b8f
4 changed files with 21 additions and 12 deletions
|
|
@ -72,7 +72,7 @@ export type AttachmentBatch = {
|
|||
attachmentsSentCount: ComputedRef<number>;
|
||||
attachmentsSending: ComputedRef<Attachment[]>;
|
||||
attachmentsSent: ComputedRef<Attachment[]>;
|
||||
addAttachments: (attachments: Attachment[]) => void;
|
||||
addFiles: (files: File[]) => void;
|
||||
removeAttachment: (attachment: Attachment) => void;
|
||||
isTooLarge: (attachment: Attachment) => boolean;
|
||||
canSend: ComputedRef<boolean>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue