Skip to content

Commit 53e60cb

Browse files
committed
feat: Added popper/tooltip components to known components list
1 parent 7295ab8 commit 53e60cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,15 @@ const createRoot = async (channel: Channel) => {
7878
'UiModalSidebar',
7979
'UiModalWindow',
8080
'UiModalWindowSurface',
81+
'UiPopper',
82+
'UiPopperConnector',
83+
'UiPopperTarget',
8184
'UiRadio',
8285
'UiScrollBox',
8386
'UiTag',
8487
'UiToolbarButton',
8588
'UiToolbarLink',
89+
'UiTooltip',
8690
'UiTransition',
8791
'UiYandexMap',
8892
],

0 commit comments

Comments
 (0)