UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

15 lines (14 loc) 376 B
import { OwnerStateThemeType } from './'; declare const AppBar: () => { MuiAppBar: { styleOverrides: { root: ({ theme }: OwnerStateThemeType) => { backgroundColor: string; borderBottom: string; color: string; transition: string; }; }; }; }; export default AppBar;