UNPKG

tm-reuseable-components

Version:

This is a reuseable components lib made for TextMercato

10 lines (9 loc) 199 B
export interface EnTabsProps { tabList: Array<string>; columnSpacing?: number; fontSize?: number; fontWeight?: number; value?: any; onChange?: any; marginLeft?: string; }