Skip to content

@sqlrooms/sql-editor / SqlQueryRootProps

Type Alias: SqlQueryRootProps

SqlQueryRootProps = PropsWithChildren<{ queryId: string; name?: string; initialQuery?: string; readOnly?: boolean; className?: string; }>