UNPKG

fivem-esx-js

Version:

Javascript/Typescript wrapper for the FiveM ESX core natives

10 lines (9 loc) 200 B
export declare interface ESXClientUIMenuData { title: string, align: string, elements?: { label: string, identifier: string, submit(any?): void }[], }