MCPcopy
hub / github.com/github/docs / PickerItem

Interface PickerItem

components/ui/Picker/Picker.tsx:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export interface PickerItem {
23 href: string
24 text: string
25 selected: boolean
26 extra?: {
27 [key: string]: any
28 }
29 divider?: boolean
30}
31
32export const Picker = ({
33 items,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected