Skip to content

Commit ed5008e

Browse files
committed
Remove border property from table node
1 parent 23efc71 commit ed5008e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/content-format/src/nodes/Tables.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { ComposedElement } from '../ComposedElement';
22
import { Node } from '../Node';
33

44
export interface TableNode<Child extends Node> extends ComposedElement<typeof TableNode.TYPE, Child> {
5-
border?: boolean;
65
colSizes?: number[];
76
header?: TableNode.TableHeader[];
87
}

0 commit comments

Comments
 (0)