improve options interface
This commit is contained in:
@@ -6,10 +6,10 @@ export interface TableRowOptions {
|
||||
},
|
||||
}
|
||||
|
||||
export const TableRow = Node.create({
|
||||
export const TableRow = Node.create<TableRowOptions>({
|
||||
name: 'tableRow',
|
||||
|
||||
defaultOptions: <TableRowOptions>{
|
||||
defaultOptions: {
|
||||
HTMLAttributes: {},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user