UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

6 lines 225 B
import React from 'react'; import type { AppBarProps } from '../../decs'; declare const AppBar: React.FC<AppBarProps>; export type { AppBarProps } from '../../decs'; export default AppBar; //# sourceMappingURL=AppBar.d.ts.map