This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/flow-typed/npm/@tommoor/slate-drop-or-paste-images_...

68 lines
2.4 KiB
JavaScript

// flow-typed signature: 1716f73356cbdf5450e8d7ab82dd2e1a
// flow-typed version: <<STUB>>/@tommoor/slate-drop-or-paste-images_v^0.8.1/flow_v0.71.0
/**
* This is an autogenerated libdef stub for:
*
* '@tommoor/slate-drop-or-paste-images'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module '@tommoor/slate-drop-or-paste-images' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images' {
declare module.exports: any;
}
declare module '@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images.min' {
declare module.exports: any;
}
declare module '@tommoor/slate-drop-or-paste-images/lib/data-uri-to-blob' {
declare module.exports: any;
}
declare module '@tommoor/slate-drop-or-paste-images/lib/image-to-data-uri' {
declare module.exports: any;
}
declare module '@tommoor/slate-drop-or-paste-images/lib/index' {
declare module.exports: any;
}
declare module '@tommoor/slate-drop-or-paste-images/lib/load-image-file' {
declare module.exports: any;
}
// Filename aliases
declare module '@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images.js' {
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images'>;
}
declare module '@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images.min.js' {
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/dist/slate-drop-or-paste-images.min'>;
}
declare module '@tommoor/slate-drop-or-paste-images/lib/data-uri-to-blob.js' {
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/lib/data-uri-to-blob'>;
}
declare module '@tommoor/slate-drop-or-paste-images/lib/image-to-data-uri.js' {
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/lib/image-to-data-uri'>;
}
declare module '@tommoor/slate-drop-or-paste-images/lib/index.js' {
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/lib/index'>;
}
declare module '@tommoor/slate-drop-or-paste-images/lib/load-image-file.js' {
declare module.exports: $Exports<'@tommoor/slate-drop-or-paste-images/lib/load-image-file'>;
}