Skip to content

Instantly share code, notes, and snippets.

@nyze2oo9
nyze2oo9 / index.d.ts
Last active February 15, 2021 03:43
Basic Cloudinary React Prop Types
declare module 'cloudinary-react' {
type CropMode =
| string
| 'scale'
| 'fit'
| 'limit'
| 'mfit'
| 'fill'
| 'lfill'
| 'pad'