1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00
Files
joplin/packages/plugins/ToggleSideBars/api/index.ts

6 lines
91 B
TypeScript

import type Joplin from './Joplin';
declare const joplin: Joplin;
export default joplin;