Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
> = allProps => {
const { theme: t, themeType, buttonType, className, ...props } = allProps;
return (
);
};
const MenuItem: FunctionComponent = ({
className,
...props
}) => {
return (
);
};