mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-14 01:24:59 +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
|
|
}
|