Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
theme: PropTypes.oneOf([
"clear",
"primary",
"secondary",
"warning",
"error",
]),
themeType: PropTypes.oneOf(["flat", "outline", "contained"]),
buttonType: PropTypes.oneOf(["text", "icon"]),
disabled: PropTypes.bool,
children: PropTypes.node,
};
}
}
const FakeButtonWithStates = withStates(FakeButton);
export default forwardRef((props, ref) => (
));