UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

20 lines (17 loc) 425 B
// ** Type Import import { OwnerStateThemeType } from './' const Tab = () => { return { MuiTab: { styleOverrides: { root: ({ theme }: OwnerStateThemeType) => ({ textTransform: 'none', paddingLeft: 0, paddingRight: 0, marginRight: 16 }) } } } } export default Tab