2022-03-17 21:00:04 +01:00

6 lines
91 B
TypeScript

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