diff --git a/types/mjml-react/index.d.ts b/types/mjml-react/index.d.ts index 5fd24aa97e..411b2024a3 100644 --- a/types/mjml-react/index.d.ts +++ b/types/mjml-react/index.d.ts @@ -359,6 +359,7 @@ export interface MjmlTableProps { containerBackgroundColor?: React.CSSProperties['backgroundColor']; width?: string | number; tableLayout?: 'auto' | 'fixed' | 'initial' | 'inherit'; + align?: 'left' | 'right' | 'center'; } export class MjmlTable extends React.Component { }