continue scaffolding and refine the basic foundation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export interface DropdownItem {
|
||||
label: string;
|
||||
icon?: string;
|
||||
onClick?: () => void;
|
||||
value?: string | number;
|
||||
disabled?: boolean;
|
||||
divider?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user