UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

15 lines 616 B
import type { ComponentType } from 'react'; import type { BottomNavigationProps } from '@mui/material'; interface BottomNavigationStyledProps { fixedToBottom?: boolean; customColor?: string; elevation?: number; fixedToTop?: boolean; width?: number | string; position?: 'absolute' | 'fixed'; } type BottomNavigationStyledPropsType = BottomNavigationProps & BottomNavigationStyledProps & any; export declare const BottomNavigation: ComponentType<BottomNavigationStyledPropsType>; export declare const BottomNavigationAction: any; export {}; //# sourceMappingURL=BottomNavigation.styled.d.ts.map