mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-09 10:40:27 +00:00
Add align to MjmlTableProps (#42312)
* add align to MjmlTableProps * table align type
This commit is contained in:
Vendored
+1
@@ -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<MjmlTableProps & RequiredChildrenProps & PaddingProps> { }
|
||||
|
||||
Reference in New Issue
Block a user