diff --git a/index.d.ts b/index.d.ts index d670796..58edc63 100644 --- a/index.d.ts +++ b/index.d.ts @@ -36,5 +36,6 @@ declare module "react-native-image-crop-picker" { export function openPicker(options: Options): Promise; export function openCamera(options: Options): Promise; export function openCropper(options: Options): Promise; - export function clean(): Promise + export function clean(): Promise; + export function cleanSingle(path: string): Promise; }