@xylabs/react-appbar
Version:
Common React library for all XY Labs projects that use React
10 lines • 373 B
TypeScript
import type { ToolbarProps } from '@mui/material';
import React from 'react';
import type { To } from 'react-router-dom';
export interface ContextToolbarProps extends ToolbarProps {
logo?: React.ReactNode;
logoTo?: To;
version?: boolean | string;
}
export declare const ContextToolbar: React.FC<ContextToolbarProps>;
//# sourceMappingURL=ContextToolbar.d.ts.map