mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-22 01:10:14 +01:00
refactor(web): move all types into typings folder
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { IconProp } from '@fortawesome/fontawesome-svg-core';
|
||||
|
||||
export interface RadialMenuItem {
|
||||
icon: IconProp;
|
||||
label: string;
|
||||
}
|
||||
Reference in New Issue
Block a user