export type Items = { label: string; code: string; secondary?: string | number; withUid?: string | number; withContent?: any; withComponent?: any; componentProps?: Record; }; export type TabsItemsProps = Items[];