All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plugins.Header.SimpleHeader.Menu.FactoryItems.DropdownMenuItem.tsx Maven / Gradle / Ivy

There is a newer version: 7.28.3
Show newest version
import React from 'react'

import { Dropdown } from '../NavItems/Dropdown/Dropdown'
import { DropdownContextItem } from '../Item'

export function DropdownMenuItem({ item, active, from, className, direction }: DropdownContextItem) {
    return (
        
    )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy