mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
feat(web): support icon urls in radial menu (#487)
* feat(package): support icon urls in radial menu * fix: update lua & ts types + clamp size parameters
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { IconProp } from '@fortawesome/fontawesome-svg-core';
|
||||
|
||||
export interface RadialMenuItem {
|
||||
icon: IconProp;
|
||||
icon: string | IconProp;
|
||||
label: string;
|
||||
isMore?: boolean;
|
||||
menu?: string;
|
||||
iconWidth?: number;
|
||||
iconHeight?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user