UNPKG

@c15t/react

Version:

Developer-first CMP for React: cookie banner, consent manager, preferences centre. GDPR ready with minimal setup and rich customization

6 lines 220 B
/** * Manage text direction based on the language * @param language - 'en' | 'ar' ... etc */ export declare function useTextDirection(language?: string): "ltr" | "rtl"; //# sourceMappingURL=use-text-direction.d.ts.map