SurfSense/surfsense_browser_extension/sidepanel/components/shared/index.ts

9 lines
503 B
TypeScript
Raw Normal View History

// Shared components for SurfSense Browser Extension
// These components are reusable across the extension UI
export { PriceDisplay, type PriceDisplayProps } from "./PriceDisplay";
export { ChainIcon, getChainColor, type ChainIconProps, type ChainType } from "./ChainIcon";
export { RiskBadge, getRiskLevelFromScore, type RiskBadgeProps, type RiskLevel } from "./RiskBadge";
export { SuggestionCard, DEFAULT_CRYPTO_SUGGESTIONS, type SuggestionCardProps, type SuggestionType } from "./SuggestionCard";