| 17 | import NotificationAndroid from './NotificationAndroid'; |
| 18 | |
| 19 | interface ListItem { |
| 20 | name: string; |
| 21 | alertData?: DropdownAlertData; |
| 22 | alertProps?: DropdownAlertProps; |
| 23 | color: ColorValue; |
| 24 | } |
| 25 | |
| 26 | export default function App(): React.JSX.Element { |
| 27 | const items: ListItem[] = [ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…