mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
chore(web/typings): remove unused checkbox description prop
This commit is contained in:
@@ -28,7 +28,6 @@ export interface ICheckbox {
|
||||
label: string;
|
||||
checked?: boolean;
|
||||
disabled?: boolean;
|
||||
description?: string;
|
||||
required?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user