mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add align to MjmlTableProps (#42312)
* add align to MjmlTableProps * table align type
This commit is contained in:
parent
2ef0c19e45
commit
c935c2b9eb
1
types/mjml-react/index.d.ts
vendored
1
types/mjml-react/index.d.ts
vendored
@ -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> { }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user