export interface TabEvents {
    onClick: (event: any) => void;
}
export interface TabsEvents {
    onChange: (event: string | number) => void;
}
