Files
xrpl-dev-portal/shared/sections/CardsTwoColumn/index.ts
Calvin 32e89c1299 Component Library Refactor & New Components (#3510)
* adding showcase page

* adding CardStatsList

* clean up, tighter code

* code review and code clean up

* update import, clean up env for error message

* tweak some css code

* less css, rebuilt

* re-adding bem, modifier for bds variants
2026-02-23 15:00:18 -08:00

5 lines
248 B
TypeScript

export { CardsTwoColumn, type CardsTwoColumnProps, type CardsTwoColumnCardConfig } from './CardsTwoColumn';
export { TextCard, type TextCardProps, type TextCardColor } from 'shared/components/TextCard';
export { default } from './CardsTwoColumn';