1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Chore: SideBar => Sidebar

This commit is contained in:
Laurent Cozic
2021-01-12 12:28:55 +00:00
parent e595e19c0d
commit 0f23277bfc
39 changed files with 87 additions and 83 deletions

View File

@ -0,0 +1,14 @@
import Plugin from '../Plugin';
import Joplin from './Joplin';
/**
* @ignore
*/
export default class Global {
private joplin_;
private requireWhiteList_;
constructor(implementation: any, plugin: Plugin, store: any);
get joplin(): Joplin;
private requireWhiteList;
require(filePath: string): any;
get process(): any;
}