Based on a conversation with @colbyfayock, this adds back enumerated props for each plugin.
They're collected via two top-level exports, cloudinaryPluginProps and cloudinaryPluginKeys, so we can expose which props are handled by cloudinary without all the implementation details of each plugin.
Description
Based on a conversation with @colbyfayock, this adds back enumerated props for each plugin.
They're collected via two top-level exports,
cloudinaryPluginProps
andcloudinaryPluginKeys
, so we can expose which props are handled by cloudinary without all the implementation details of each plugin.