We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e0962 commit 3ccff7cCopy full SHA for 3ccff7c
trame_rca/widgets/rca.py
@@ -1,6 +1,18 @@
1
+"""RCA Widgets only support vue2 for now.
2
+"""
3
from trame_client.widgets.core import AbstractElement
4
from .. import module
5
6
+__all__ = [
7
+ "RemoteControlledArea",
8
+ "DisplayArea",
9
+ "StatisticsDisplay",
10
+ "ImageDisplayArea",
11
+ "MediaSourceDisplayArea",
12
+ "VideoDecoderDisplayArea",
13
+ "RawImageDisplayArea",
14
+]
15
+
16
17
class HtmlElement(AbstractElement):
18
def __init__(self, _elem_name, children=None, **kwargs):
0 commit comments