primereact
Version:
PrimeReact is an open source UI library for React featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with Prime
2 lines (1 loc) • 755 B
JavaScript
import*as r from"react";import{ObjectUtils as t}from"primereact/utils";function e(){return e=Object.assign?Object.assign.bind():function(r){for(var t=1;t<arguments.length;t++){var e=arguments[t];for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o])}return r},e.apply(this,arguments)}var o={defaultProps:{__TYPE:"Row",style:null,className:null,children:void 0},getProps:function(r){return t.getMergedProps(r,o.defaultProps)},getOtherProps:function(r){return t.getDiffProps(r,o.defaultProps)},getCProp:function(r,e){return t.getComponentProp(r,e,o.defaultProps)}},n=function(t){var n=o.getProps(t),s=o.getOtherProps(n);return r.createElement("tr",e({className:n.className,style:n.style},s),n.children)};n.displayName="Row";export{n as Row};