chores(types): omit defaultValue from Node domAttributes #5418
This commit is contained in:
@@ -29,7 +29,14 @@ export type Node<
|
||||
*/
|
||||
domAttributes?: Omit<
|
||||
HTMLAttributes<HTMLDivElement>,
|
||||
'id' | 'style' | 'className' | 'draggable' | 'role' | 'aria-label' | keyof DOMAttributes<HTMLDivElement>
|
||||
| 'id'
|
||||
| 'style'
|
||||
| 'className'
|
||||
| 'draggable'
|
||||
| 'role'
|
||||
| 'aria-label'
|
||||
| 'defaultValue'
|
||||
| keyof DOMAttributes<HTMLDivElement>
|
||||
>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user