UNPKG

@pilotlab/lux-types

Version:

A luxurious user experience framework, developed by your friends at Pilot.

7 lines (6 loc) 131 B
import IType from './iType'; export interface ISize extends IType { width: number; height: number; } export default ISize;