Skip to content

Commit 3e371a1

Browse files
Update index.tsx
1 parent a420cc6 commit 3e371a1

File tree

1 file changed

+5
-0
lines changed
  • src/componentsV2/base/SelectionDropdown

1 file changed

+5
-0
lines changed

src/componentsV2/base/SelectionDropdown/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Select } from 'heroui-native'
22
import type { FC } from 'react'
33
import React from 'react'
4+
import type { SFSymbol } from 'sf-symbols-typescript'
45

56
interface SelectOption {
67
value: string
@@ -11,6 +12,10 @@ export interface SelectionDropdownItem {
1112
id?: string
1213
key?: string
1314
label: React.ReactNode | string
15+
icon?: React.ReactNode
16+
iOSIcon?: SFSymbol | string
17+
isSelected?: boolean
18+
destructive?: boolean
1419
onSelect?: () => void
1520
}
1621

0 commit comments

Comments
 (0)