This commit is contained in:
icssoa
2025-07-22 14:55:22 +08:00
parent 37e7a9cb6c
commit 76002da89f
2 changed files with 5 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ export type TabBarItem = {
};
export type TabBar = {
custom?: boolean;
color?: string;
selectedColor?: string;
backgroundColor?: string;