UNPKG

@zacksmash/vue-open-ai-apps

Version:
8 lines (6 loc) 154 B
export function useOpenExternal() { const openExternal = (href: string): void => { window.openai?.openExternal({ href }); }; return openExternal; }