Top-bottom panel refactor, more instant rendering
This commit is contained in:
@@ -7,6 +7,7 @@ import { PlugNamespaceHookT } from "./hooks/plug_namespace.ts";
|
||||
import { CodeWidgetT } from "../web/hooks/code_widget.ts";
|
||||
import { MQHookT } from "../plugos/hooks/mq.ts";
|
||||
import { EndpointHookT } from "../plugos/hooks/endpoint.ts";
|
||||
import { PanelWidgetT } from "../web/hooks/panel_widget.ts";
|
||||
|
||||
/** Silverbullet hooks give plugs access to silverbullet core systems.
|
||||
*
|
||||
@@ -22,6 +23,7 @@ export type SilverBulletHooks =
|
||||
& MQHookT
|
||||
& EventHookT
|
||||
& CodeWidgetT
|
||||
& PanelWidgetT
|
||||
& EndpointHookT
|
||||
& PlugNamespaceHookT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user