import { cn, text } from '@/styles/theme'; import type { SwapSettingsSlippageDescriptionProps } from '../types'; export function SwapSettingsSlippageDescription({ children, className, }: SwapSettingsSlippageDescriptionProps) { return (
{children}
); }