mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
enable type declarations
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
export declare function isEnabled(): Promise<boolean>;
|
||||
export declare function enable(): Promise<void>;
|
||||
export declare function disable(): Promise<void>;
|
||||
Reference in New Issue
Block a user