export interface EnTabsProps {
    tabList: Array<string>;
    columnSpacing?: number;
    fontSize?: number;
    fontWeight?: number;
    value?: any;
    onChange?: any;
    marginLeft?: string;
}
