1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-29 21:21:15 +02:00

6 lines
91 B
TypeScript
Raw Permalink Normal View History

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