feature profile
deskripsi: - drawer & alert - screen baru: edit profile, update photo, update background, create portofolio
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Href } from "expo-router";
|
||||
|
||||
export { ICustomTab, ITabs };
|
||||
export { ICustomTab, ITabs, IMenuDrawerItem };
|
||||
|
||||
interface ICustomTab {
|
||||
icon: string;
|
||||
@@ -18,3 +18,10 @@ interface ITabs {
|
||||
isActive: boolean;
|
||||
disabled?: boolean;
|
||||
}
|
||||
|
||||
interface IMenuDrawerItem {
|
||||
icon: string;
|
||||
label: string;
|
||||
path?: string;
|
||||
color?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user