mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 23:46:03 +01:00
feat(web): font awesome icon animations
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { ToastPosition } from 'react-hot-toast';
|
||||
import { IconProp } from '@fortawesome/fontawesome-svg-core';
|
||||
import { Sx } from '@mantine/core';
|
||||
import { IconAnimation } from '../components/LibIcon';
|
||||
|
||||
export interface NotificationProps {
|
||||
style?: Sx;
|
||||
@@ -9,6 +10,7 @@ export interface NotificationProps {
|
||||
duration?: number;
|
||||
icon?: IconProp;
|
||||
iconColor?: string;
|
||||
iconAnimation?: IconAnimation;
|
||||
position?: ToastPosition | 'top' | 'bottom';
|
||||
id?: number | string;
|
||||
type?: string;
|
||||
|
||||
Reference in New Issue
Block a user