starlight-showcases
Version:
Set of Starlight components to author showcase pages.
8 lines (7 loc) • 716 B
text/typescript
export { default as ShowcaseCTA, type ShowcaseCTAProps } from './components/ShowcaseCTA.astro'
export { default as ShowcaseText, type ShowcaseTextProps } from './components/ShowcaseText.astro'
export { default as ShowcaseImage, type ShowcaseImageProps } from './components/ShowcaseImage.astro'
export { default as ShowcaseQuote, type ShowcaseQuoteProps } from './components/ShowcaseQuote.astro'
export { default as ShowcaseYouTube, type ShowcaseYouTubeProps } from './components/ShowcaseYouTube.astro'
export { default as ShowcaseTwitter, type ShowcaseTwitterProps } from './components/ShowcaseTwitter.astro'
export { default as ShowcaseProfile, type ShowcaseProfileProps } from './components/ShowcaseProfile.astro'