import type { FontLanguageProps } from '../types' export const FontLanguage = ({ children, ...props }: FontLanguageProps) => { return (
`t_lang-${name}-${language}`) .join(' ')} > {children}
) } FontLanguage['displayName'] = 'FontLanguage'