feat: Enhance selection options with icons and dividers for improved UI
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
export interface ISelectionOption {
|
||||
key: string;
|
||||
iconName?: string;
|
||||
action: () => void;
|
||||
}
|
Reference in New Issue
Block a user