UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

6 lines (5 loc) 110 B
export declare class Size { width: number; height: number; constructor(w?: number, h?: number); }