Vanessa 2024-05-13 10:22:56 +08:00
parent 251e8b3234
commit 98c6fca20f
3 changed files with 21 additions and 0 deletions

View file

@ -1,3 +1,5 @@
import IUILayoutTabSearchConfigTypes = Config.IUILayoutTabSearchConfigTypes;
interface ILuteNode {
TokensStr: () => string;
__internal_object__: {
@ -445,6 +447,11 @@ interface IProtyle {
app: import("../index").App,
transactionTime: number,
id: string,
query?: {
key: string,
method: number
types: IUILayoutTabSearchConfigTypes
},
block: {
id?: string,
scroll?: boolean