export type ContextMenuProps<T extends object = object> = {
    element?: string
    className?: string
} & T
