petals-ui
Version:
Front-end UI components foundation
14 lines (12 loc) • 357 B
text/typescript
type TabBarStyle = {
tabBarNavHeight?: string;
tabBarNavBorderWidth?: string;
tabBarNavBorderColor?: string;
tabBarNavBorderRadius?: string;
tabBarNavHoverColor?: string;
tabBarNavActiveColor?: string;
tabBarNavActiveBorderWidth?: string;
tabBarNavActiveBorderColor?: string;
tabBarNavActiveBoxShadow?: string;
};
export { TabBarStyle };