mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(client/textui): open state getter for textUI (#126)
* feat(package/interface/textui): text ui open getter * feat(resource/interface/textui): text ui open getter
This commit is contained in:
@@ -10,3 +10,5 @@ interface OptionsProps {
|
||||
export const showTextUI = (text: string, options?: OptionsProps): void => exports.ox_lib.showTextUI(text, options);
|
||||
|
||||
export const hideTextUI = (): void => exports.ox_lib.hideTextUI();
|
||||
|
||||
export const isTextUIOpen = (): boolean => exports.ox_lib.isTextUIOpen();
|
||||
|
||||
Reference in New Issue
Block a user