UNPKG

hh-ui-components

Version:
12 lines (11 loc) 264 B
import React from "react"; type MegaMenuProps = { item: any; bannerPath: string; imgBanner: string; titleBanner: string; columns: any; onClick?: () => void; }; declare const MegaMenuNew: React.FC<MegaMenuProps>; export default MegaMenuNew;