mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
feat(web): font awesome icon animations
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { IconProp } from '@fortawesome/fontawesome-svg-core';
|
||||
import { IconAnimation } from '../components/LibIcon';
|
||||
|
||||
export interface Option {
|
||||
menu?: string;
|
||||
@@ -8,6 +9,7 @@ export interface Option {
|
||||
image?: string;
|
||||
icon?: IconProp | string;
|
||||
iconColor?: string;
|
||||
iconAnimation?: IconAnimation;
|
||||
progress?: number;
|
||||
colorScheme?: string;
|
||||
readOnly?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user