UNPKG

@uppy/webcam

Version:

Uppy plugin that takes photos or records videos using the device's camera.

8 lines 288 B
import type { I18n } from '@uppy/utils'; interface SnapshotButtonProps { onSnapshot: () => void; i18n: I18n; } export default function SnapshotButton({ onSnapshot, i18n, }: SnapshotButtonProps): import("preact").JSX.Element; export {}; //# sourceMappingURL=SnapshotButton.d.ts.map