@wix/design-system
Version:
@wix/design-system
5 lines • 359 B
JavaScript
import React from 'react';
import { st, classes } from '../TableActionCell.st.css.js';
const HoverSlot = ({ display, children, ...props }) => (React.createElement("span", { className: st(classes.hoverSlot, display ? classes[display] : undefined), "data-display": display, ...props }, children));
export default HoverSlot;
//# sourceMappingURL=HoverSlot.js.map