UNPKG

77 BTypeScriptView Raw
1export interface IDistance {
2 horizontal: number;
3 vertical: number;
4}