UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

18 lines 820 B
import React from 'react'; import type { Meta, StoryObj } from '@storybook/react-webpack5'; import BottomNavigation from '../BottomNavigation'; declare const meta: Meta<typeof BottomNavigation>; export default meta; type Story = StoryObj<typeof BottomNavigation>; export declare const Default: Story; export declare const Actions_: (args: any) => React.JSX.Element; export declare const Colors_: (args: any) => React.JSX.Element; export declare const Elevation: Story; export declare const FixedToBottom: Story; export declare const FixedToTop: Story; export declare const OnChange: Story; export declare const Position_: (args: any) => React.JSX.Element; export declare const ShowLabels: Story; export declare const Value: Story; export declare const Width: Story; //# sourceMappingURL=BottomNavigation.stories.d.ts.map