mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix(client/interface): add missing warning notify type in npm package (#23)
This commit is contained in:
@@ -10,7 +10,7 @@ type NotificationPosition =
|
|||||||
| 'bottom-left'
|
| 'bottom-left'
|
||||||
| 'center-right'
|
| 'center-right'
|
||||||
| 'center-left';
|
| 'center-left';
|
||||||
type NotificationType = 'inform' | 'error' | 'success';
|
type NotificationType = 'inform' | 'error' | 'success' | 'warning';
|
||||||
type IconAnimation = 'spin' | 'spinPulse' | 'spinReverse' | 'pulse' | 'beat' | 'fade' | 'beatFade' | 'bounce' | 'shake';
|
type IconAnimation = 'spin' | 'spinPulse' | 'spinReverse' | 'pulse' | 'beat' | 'fade' | 'beatFade' | 'bounce' | 'shake';
|
||||||
|
|
||||||
interface NotifyProps {
|
interface NotifyProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user