UNPKG

@xylabs/react-appbar

Version:

Common React library for all XY Labs projects that use React

12 lines 512 B
import type { ToolbarProps } from '@mui/material'; import type { ReactElement } from 'react'; import React from 'react'; import type { AppBarExProps } from '../AppBarExProps.tsx'; export interface ApplicationAppBarProps extends AppBarExProps { contextToolbar?: ReactElement<ToolbarProps>; logo?: React.ReactNode; responsive?: boolean; systemToolbar?: ReactElement<ToolbarProps>; } export declare const ApplicationAppBar: React.FC<ApplicationAppBarProps>; //# sourceMappingURL=Application.d.ts.map