1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-29 19:13:59 +02:00

6 lines
91 B
TypeScript
Raw Normal View History

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