fix custom tabs
deskripsi: - penambahan style untuk tabs
This commit is contained in:
13
components/_Interface/types.ts
Normal file
13
components/_Interface/types.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Href } from "expo-router";
|
||||
|
||||
export { ITabs };
|
||||
|
||||
interface ITabs {
|
||||
id: string;
|
||||
icon: string;
|
||||
activeIcon: string;
|
||||
label: string;
|
||||
path: Href;
|
||||
isActive: boolean;
|
||||
disabled: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user