chore: built in versions

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent 46ecc2467b
commit 0dfe77df37
12 changed files with 306 additions and 87 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import ListItem from './list-item';
interface ListInputProps {
dataList: string[];
label: React.ReactNode;
label?: React.ReactNode;
description?: React.ReactNode;
btnText?: string;
options?: Global.HintOptions[];