mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
- Introduced new styles for BDS link icons, including hover and focus states. - Updated existing link styles to exclude BDS links from certain color and hover effects. - Ensured consistent styling across light and dark themes for BDS links. - Refactored landing page link styles to accommodate new BDS link classes.
6 lines
246 B
TypeScript
6 lines
246 B
TypeScript
export { Link } from './Link';
|
|
export type { LinkProps, LinkVariant, LinkSize, LinkColor, LinkIconType } from './Link';
|
|
|
|
export { LinkArrow } from './LinkArrow';
|
|
export type { LinkArrowProps, LinkArrowVariant, LinkArrowSize } from './LinkArrow';
|