Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/sample-webcomponents-react
/ functions
Functions
6 in github.com/UI5/sample-webcomponents-react
⨍
Functions
6
◇
Types & classes
1
↓ 1 callers
Function
reportWebVitals
(onPerfEntry?: ReportHandler)
src/reportWebVitals.ts:3
Function
App
()
src/App.tsx:51
Function
TodoItem
({ id, done, text, deadline, handleDelete, handleEdit, }: TodoItemType & { handleDelete: (id: number) =
src/components/TodoItem.tsx:6
Function
TodoList
({ items, handleSelectionChange, handleDelete, handleEdit, }: { items: TodoItemType[]; handleSelectionCh
src/components/TodoList.tsx:8
Function
handleDeleteBound
()
src/components/TodoItem.tsx:18
Function
handleEditBound
()
src/components/TodoItem.tsx:17