UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

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