Extract CameraProps to separate file

This commit is contained in:
Marc Rousavy
2021-03-23 17:15:09 +01:00
parent 069b72750a
commit 5bfcdf324e
3 changed files with 149 additions and 142 deletions

View File

@@ -4,6 +4,7 @@ export * from './CameraDevice';
export * from './CameraError';
export * from './CameraPosition';
export * from './CameraPreset';
export * from './CameraProps';
export * from './Code';
export * from './PhotoFile';
export * from './Point';