astro-pure
Version:
A simple, clean but powerful blog theme build by astro.
23 lines (19 loc) • 832 B
text/typescript
// Container
export { default as Card } from './Card.astro'
export { default as Collapse } from './Collapse.astro'
export { default as Aside } from './Aside.astro'
export { default as Tabs } from './Tabs.astro'
export { default as TabItem } from './TabItem.astro'
export { default as MdxRepl } from './MdxRepl.astro'
// List
export { default as CardList } from './CardList.astro'
export { default as Timeline } from './Timeline.astro'
export { default as Steps } from './Steps.astro'
// Simple text rerender
export { default as Button } from './Button.astro'
export { default as Spoiler } from './Spoiler.astro'
export { default as FormattedDate } from './FormattedDate.astro'
export { default as Label } from './Label.astro'
export { default as Svg } from './Svg.astro'
// Sources
export { default as Icon } from './Icon.astro'