export const useSqlEditor = createGlobalState(() => { const sqlEditors = ref() const selectBase = (..._args: any) => {} return { sqlEditors, selectBase, promptHistory: [] as any[], } })