UNPKG

deep-chat

Version:

Customizable chat component for AI APIs

15 lines 824 B
import { FileAttachmentsType } from '../../fileAttachments/fileAttachmentTypes/fileAttachmentsType'; import { GenericInputButtonStyles } from '../../../../../types/genericInputButton'; import { DefinedButtonStateStyles } from '../../../../../types/buttonInternal'; import { ServiceIO } from '../../../../../services/serviceIO'; import { InputButton } from '../inputButton'; type Styles = DefinedButtonStateStyles<GenericInputButtonStyles>; export declare class CameraButton extends InputButton<Styles> { constructor(containerElement: HTMLElement, fileAttachmentsType: FileAttachmentsType, fileService: ServiceIO['camera']); private createInnerElements; private static createButtonElement; private static createSVGIconElement; private addClickEvent; } export {}; //# sourceMappingURL=cameraButton.d.ts.map