1
0
mirror of https://github.com/laurent22/joplin.git synced 2026-04-24 19:55:13 +02:00
Files
2021-01-12 12:28:55 +00:00

6 lines
91 B
TypeScript

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