UNPKG

@synapsecns/widget

Version:
6 lines (5 loc) 168 B
export declare const MenuItem: ({ text, link, onClick, }: { text: string; link: string; onClick?: () => any; }) => import("react/jsx-runtime").JSX.Element;