import { QueryEditorProps } from '@grafana/data'; import { SqlQueryEditorLazy, SQLOptions, SQLQuery, QueryHeaderProps } from '@grafana/sql'; import { PostgresDatasource } from './datasource'; const queryHeaderProps: Pick = { dialect: 'postgres' }; export function PostgresQueryEditor(props: QueryEditorProps) { return ; }