UNPKG

248 BTypeScriptView Raw
1/**
2 * Build destination link for a navigate action.
3 * Useful for showing anchor tags on the web for buttons that perform navigation.
4 */
5export default function useLinkBuilder(): (name: string, params?: object | undefined) => string | undefined;