|
@@ -3,7 +3,7 @@
|
|
|
# This file was generated by `scripts/pyi_generator.py`!
|
|
|
# ------------------------------------------------------
|
|
|
|
|
|
-from typing import Dict, Union, Literal, overload, List, Any, Optional
|
|
|
+from typing import List, Any, Optional, Literal, overload, Dict, Union
|
|
|
from reflex.vars import Var, BaseVar, ComputedVar
|
|
|
from reflex.event import EventChain, EventHandler, EventSpec
|
|
|
from reflex.style import Style
|
|
@@ -115,6 +115,9 @@ class DataEditor(NoSSRComponent):
|
|
|
on_cell_edited: Optional[
|
|
|
Union[EventHandler, EventSpec, List, function, BaseVar]
|
|
|
] = None,
|
|
|
+ on_column_resize: Optional[
|
|
|
+ Union[EventHandler, EventSpec, List, function, BaseVar]
|
|
|
+ ] = None,
|
|
|
on_delete: Optional[
|
|
|
Union[EventHandler, EventSpec, List, function, BaseVar]
|
|
|
] = None,
|