mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-09 08:52:41 +08:00
8 lines
155 B
TypeScript
8 lines
155 B
TypeScript
export type contextMenuSchema = {
|
|
disabled?: boolean
|
|
divided?: boolean
|
|
icon?: string
|
|
label: string
|
|
command?: (item: contextMenuSchema) => void
|
|
}
|