📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@react-email/column

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/column - npm Package Compare versions

Comparing version

to
0.0.12

5

dist/index.d.ts
import * as React from 'react';
type RootProps = React.ComponentPropsWithoutRef<"td">;
type ColumnProps = RootProps;
declare const Column: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, "ref">> & React.RefAttributes<HTMLTableDataCellElement>>;
type ColumnProps = Readonly<React.ComponentPropsWithoutRef<"td">>;
declare const Column: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, "ref">> & React.RefAttributes<HTMLTableCellElement>>;
export { Column, ColumnProps };

9

package.json
{
"name": "@react-email/column",
"version": "0.0.12-canary.0",
"version": "0.0.12",
"description": "Display a column that separates content areas vertically in your email",

@@ -41,7 +41,6 @@ "sideEffects": false,

"devDependencies": {
"@babel/preset-react": "7.23.3",
"typescript": "5.1.6",
"@react-email/render": "0.0.18-canary.0",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
"@react-email/render": "1.0.0",
"tsconfig": "0.0.0",
"eslint-config-custom": "0.0.0"
},

@@ -48,0 +47,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet