UNPKG

nuxt-chatgpt

Version:
3 lines (2 loc) 103 B
import type { IChatgptClient } from "../types"; export declare const useChatgpt: () => IChatgptClient;