mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(package/interface): fix menu onCheck typo (#640)
This commit is contained in:
@@ -27,7 +27,7 @@ interface MenuProps {
|
|||||||
onClose?: (keyPressed?: 'Escape' | 'Backspace') => void;
|
onClose?: (keyPressed?: 'Escape' | 'Backspace') => void;
|
||||||
onSelected?: ChangeFunction;
|
onSelected?: ChangeFunction;
|
||||||
onSideScroll?: ChangeFunction;
|
onSideScroll?: ChangeFunction;
|
||||||
onChecked?: ChangeFunction;
|
onCheck?: ChangeFunction;
|
||||||
cb?: ChangeFunction;
|
cb?: ChangeFunction;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user