We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fe64d commit 4538d10Copy full SHA for 4538d10
dash/__init__.py
@@ -9,4 +9,4 @@
9
from . import resources # noqa: F401,E402
10
from .version import __version__ # noqa: F401,E402
11
from ._callback_context import callback_context # noqa: F401,E402
12
-from ._callback import callback
+from ._callback import callback, clientside_callback
0 commit comments