mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-07-31 02:50:16 +00:00
- 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.
5 lines
232 B
TypeScript
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';
|
|
|