astro-cloudinary
Version:
<a href="https://github.com/cloudinary-community/astro-cloudinary/actions/workflows/test_and_release.yml"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/cloudinary-community/astro-cloudinary/test_and_release.y
20 lines (17 loc) • 400 B
text/typescript
export {
default as CldImage,
type CldImageProps
} from './CldImage.astro';
export {
default as CldOgImage,
type CldOgImageProps
} from './CldOgImage.astro';
export {
default as CldVideoPlayer,
type CldVideoPlayerProps,
type CldVideoPlayerPropsLogo
} from './CldVideoPlayer.astro';
export {
default as CldUploadWidget,
type CldUploadWidgetProps,
} from './CldUploadWidget.astro';