@razorpay/blade
Version:
The Design System that powers Razorpay
17 lines (14 loc) • 577 B
JavaScript
import '../../utils/assignWithoutSideEffects/index.js';
import { assignWithoutSideEffects } from '../../utils/assignWithoutSideEffects/assignWithoutSideEffects.js';
/**
* LightBoxItem renders null — it is a declarative data container.
* LightBoxBody reads its props via React.Children to build slides and thumbnail strip.
*/
var _LightBoxItem = function _LightBoxItem(_props) {
return null;
};
var LightBoxItem = /*#__PURE__*/assignWithoutSideEffects(_LightBoxItem, {
displayName: 'LightBoxItem'
});
export { LightBoxItem };
//# sourceMappingURL=LightBoxItem.js.map