{"version":3,"file":"index.mjs","names":[],"sources":["../src/column.tsx"],"sourcesContent":["import * as React from 'react';\n\nexport type ColumnProps = Readonly<React.ComponentPropsWithoutRef<'td'>>;\n\nexport const Column = React.forwardRef<HTMLTableCellElement, ColumnProps>(\n  ({ children, style, ...props }, ref) => {\n    return (\n      <td {...props} data-id=\"__react-email-column\" ref={ref} style={style}>\n        {children}\n      </td>\n    );\n  },\n);\n\nColumn.displayName = 'Column';\n"],"mappings":";;;;AAIA,MAAa,SAAS,MAAM,YACzB,EAAE,UAAU,MAAO,GAAG,SAAS,QAAQ;AACtC,QACE,oBAAC;EAAG,GAAI;EAAO,WAAQ;EAA4B;EAAY;EAC5D;GACE;EAGV;AAED,OAAO,cAAc"}