UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

6 lines (5 loc) 257 B
/** * Hook that returns current language from report context, and provides function to change the language * Also include language text direction as third parameter */ export declare function useLanguage(): [string, (language: string) => void, boolean];