mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
feat(web/textui) bottom center position(#507)
This commit is contained in:
@@ -2,7 +2,7 @@ import { IconProp } from '@fortawesome/fontawesome-svg-core';
|
||||
import React from 'react';
|
||||
import { IconAnimation } from '../components/LibIcon';
|
||||
|
||||
export type TextUiPosition = 'right-center' | 'left-center' | 'top-center';
|
||||
export type TextUiPosition = 'right-center' | 'left-center' | 'top-center' | 'bottom-center';
|
||||
|
||||
export interface TextUiProps {
|
||||
text: string;
|
||||
|
||||
Reference in New Issue
Block a user