UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

7 lines (6 loc) 156 B
export declare class MenuControl { private _enabled; constructor(enabled?: boolean); get Enabled(): boolean; set Enabled(value: boolean); }