Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ Props
Interface
Props
src/components/EngineIcon.tsx:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import Icon from
"./Icon"
;
3
4
interface Props {
5
className: string;
6
engine: Engine;
7
}
8
9
const EngineIcon = (props: Props) => {
10
const { className, engine } = props;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected