mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
refactor(web): move all types into typings folder
This commit is contained in:
6
web/src/typings/radial.ts
Normal file
6
web/src/typings/radial.ts
Normal file
@@ -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