@razorpay/blade
Version:
The Design System that powers Razorpay
13 lines (10 loc) • 385 B
JavaScript
import styled from 'styled-components';
import { getCommonStyles } from './styles.js';
import '../Box/BaseBox/index.js';
import { BaseBox } from '../Box/BaseBox/BaseBox.web.js';
var StyledAlert = /*#__PURE__*/styled(BaseBox).withConfig({
displayName: "StyledAlert",
componentId: "sc-1dcpe4h-0"
})(getCommonStyles);
export { StyledAlert };
//# sourceMappingURL=StyledAlert.js.map