export type TabActionHandler = (tab: any) => void; export type TabCloseHandler = (tab: any) => Promise; export type TabRender = (tab: any) => any;