@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
8 lines • 376 B
TypeScript
/**
* 2024-11-04: Copied from PhotoFormWebpart
* Sample functions generated by ChatGPT for handling various types of file.
* 2024-11-03: Currently tested and used in PasteFormForm.tsx in PhotoForm.
*
*/
export declare function handleImagePaste(e: ClipboardEvent, setImageData: (data: string | null) => void): void;
//# sourceMappingURL=handlePasteImage.d.ts.map