UNPKG

129 BTypeScriptView Raw
1export type TabbarThemeVars = {
2 tabbarHeight?: string;
3 tabbarZIndex?: number | string;
4 tabbarBackground?: string;
5};