mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
enhance: types for lsp
This commit is contained in:
@@ -5,6 +5,7 @@ import {
|
||||
IEditorProxy,
|
||||
ILSPluginUser,
|
||||
LSPluginBaseInfo, LSPluginUserEvents, SlashCommandAction,
|
||||
StyleOptions,
|
||||
StyleString,
|
||||
ThemeOptions,
|
||||
UIOptions
|
||||
@@ -185,7 +186,7 @@ export class LSPluginUser extends EventEmitter<LSPluginUserEvents> implements IL
|
||||
this.caller.call('main-ui:attrs', attrs)
|
||||
}
|
||||
|
||||
setMainUIInlineStyle (style: CSSStyleDeclaration): void {
|
||||
setMainUIInlineStyle (style: StyleOptions): void {
|
||||
this.caller.call('main-ui:style', style)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user