UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

6 lines (5 loc) 86 B
/** Basic Point interface */ export interface Point { x: number; y: number; }