1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00
joplin/packages/utils/types.ts

7 lines
110 B
TypeScript
Raw Normal View History

/* eslint-disable import/prefer-default-export */
export interface Size {
width: number;
height: number;
}