feat(ui): enhance ChannelsTable and CommonLogs components with improved UI elements
This commit is contained in:
@@ -20,6 +20,8 @@ type DataTableToolbarProps<TData> = {
|
||||
label: string
|
||||
value: string
|
||||
icon?: React.ComponentType<{ className?: string }>
|
||||
iconNode?: React.ReactNode
|
||||
count?: number
|
||||
}[]
|
||||
singleSelect?: boolean
|
||||
}[]
|
||||
|
||||
Reference in New Issue
Block a user