import type
This commit is contained in:
parent
efc655f78f
commit
b2594f3e12
@ -1,4 +1,4 @@
|
||||
import { CameraPosition } from "./CameraPosition";
|
||||
import type { CameraPosition } from "./CameraPosition";
|
||||
|
||||
/**
|
||||
* Indentifiers for a physical camera (one that actually exists on the back/front of the device)
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { CameraPhotoCodec } from "./CameraCodec";
|
||||
import { TemporaryFile } from "./TemporaryFile";
|
||||
import type { CameraPhotoCodec } from "./CameraCodec";
|
||||
import type { TemporaryFile } from "./TemporaryFile";
|
||||
|
||||
export interface TakePhotoOptions {
|
||||
/**
|
||||
|
@ -26,8 +26,8 @@
|
||||
// maxKeyFrameIntervalDuration?: TCodec extends "h264" ? number : never;
|
||||
// }
|
||||
|
||||
import { CameraCaptureError } from "./CameraError";
|
||||
import { TemporaryFile } from "./TemporaryFile";
|
||||
import type { CameraCaptureError } from "./CameraError";
|
||||
import type { TemporaryFile } from "./TemporaryFile";
|
||||
|
||||
export interface RecordVideoOptions {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user