@razorpay/blade
Version:
The Design System that powers Razorpay
13 lines (10 loc) • 440 B
JavaScript
import styled from 'styled-components';
import { getNavigationButtonStyles } from './getNavigationButtonStyles.js';
var StyledNavigationButton = /*#__PURE__*/styled.button.withConfig({
displayName: "StyledNavigationButtonweb__StyledNavigationButton",
componentId: "p5u8i5-0"
})(function (props) {
return getNavigationButtonStyles(props);
});
export { StyledNavigationButton };
//# sourceMappingURL=StyledNavigationButton.web.js.map