Files
xrpl-dev-portal/shared/patterns/CardsTwoColumn/index.ts
akcodez 29356aea8f Add CardsTwoColumn pattern styles and integrate into XRPL styles
- Introduced new styles for the CardsTwoColumn pattern, including responsive layouts and various card designs.
- Updated the xrpl.scss file to import the new CardsTwoColumn styles, ensuring they are included in the overall styling framework.
2026-06-08 16:54:55 -07:00

5 lines
232 B
TypeScript

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