feat: child webview
This commit is contained in:
13
packages/types/index.d.ts
vendored
13
packages/types/index.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
import { type Webview } from "@tauri-apps/api/webview";
|
||||
|
||||
export interface Settings {
|
||||
autoupdate: boolean;
|
||||
nsecbunker: boolean;
|
||||
@@ -81,9 +83,16 @@ export interface RichContent {
|
||||
}
|
||||
|
||||
export interface LumeColumn {
|
||||
id: number;
|
||||
title: string;
|
||||
content: string;
|
||||
name: string;
|
||||
description?: string;
|
||||
author?: string;
|
||||
logo?: string;
|
||||
x?: number;
|
||||
y?: number;
|
||||
width?: number;
|
||||
height?: number;
|
||||
window?: Webview;
|
||||
}
|
||||
|
||||
export interface Opengraph {
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.3.3"
|
||||
"typescript": "^5.4.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user