Kind: Component
Source: atloria-monorepo/apps/web/src/components/Parser/SymbolList.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
symbols | Symbol[] | ✓ | - |
onSymbolClick | Function | - | - |
selectedSymbol | Symbol | - | - |
className | string | - | "" |
Diagram
mermaidgraph TD component_SymbolList_40b58770["SymbolList"] class component_SymbolList_40b58770 rootComponent
Relationships
- RENDERS →
FilterButton - RENDERS →
SymbolIcon - USES_HOOK →
useState - USES_HOOK →
useMemo
Was this page helpful?