mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/textui) bottom center position(#507)
This commit is contained in:
@@ -4,7 +4,7 @@ import { CSSProperties } from 'react';
|
||||
type IconAnimation = 'spin' | 'spinPulse' | 'spinReverse' | 'pulse' | 'beat' | 'fade' | 'beatFade' | 'bounce' | 'shake';
|
||||
|
||||
interface OptionsProps {
|
||||
position?: 'right-center' | 'left-center' | 'top-center';
|
||||
position?: 'right-center' | 'left-center' | 'top-center' | 'bottom-center';
|
||||
icon?: IconName | [IconPrefix, IconName];
|
||||
iconColor?: string;
|
||||
iconAnimation?: IconAnimation;
|
||||
|
||||
Reference in New Issue
Block a user