UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

6 lines (5 loc) 125 B
import type { Control } from "../../enums/Control"; export interface IButton { controls: Control[]; label: string; }