UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 199 B
import { HealthTool } from "../interfaces/types"; export declare const useHealthToolsCache: (locale: string) => { allTools: HealthTool[]; getHealthToolLink: (type: string) => string; };