UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines 410 B
import E from "../Element.js"; import withComponentMarkers from "../../shared/helpers/withComponentMarkers.js"; import { jsx as _jsx } from "react/jsx-runtime"; function Div({ ref, ...props }) { return _jsx(E, { as: "div", skeletonMethod: "shape", ref: ref, ...props }); } withComponentMarkers(Div, { _supportsSpacingProps: true }); export default Div; //# sourceMappingURL=Div.js.map