UNPKG

301 BTypeScriptView Raw
1export type TabbarItemThemeVars = {
2 tabbarItemFontSize?: string;
3 tabbarItemTextColor?: string;
4 tabbarItemActiveColor?: string;
5 tabbarItemActiveBackground?: string;
6 tabbarItemLineHeight?: number | string;
7 tabbarItemIconSize?: string;
8 tabbarItemIconMarginBottom?: string;
9};