7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
import {CALL_RESULT_FUN} from "../interface.uts"
|
|
export function openCameraApi(callback : CALL_RESULT_FUN, onlyCameras : boolean) {
|
|
|
|
}
|
|
export function closeCamera() {
|
|
|
|
} |