mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 07:14:24 +01:00
chore(script/jsx): expose RightPanelWidget
This commit is contained in:
parent
44ca9f457c
commit
34d5793888
@ -1,10 +1,14 @@
|
||||
import { Fragment, h } from "preact";
|
||||
import * as hooks from "preact/hooks";
|
||||
|
||||
import RightPanelWidget from "../widgets/sidebar/RightPanelWidget";
|
||||
|
||||
export const preactAPI = Object.freeze({
|
||||
// Core
|
||||
h,
|
||||
Fragment,
|
||||
|
||||
RightPanelWidget,
|
||||
|
||||
...hooks
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user