UNPKG

@toolpad/core

Version:

Dashboard framework powered by Material UI.

9 lines 262 B
import * as React from 'react'; import { type Branding } from "../AppProvider/index.js"; export interface AppTitleProps { branding?: Branding; } /** * @ignore - internal component. */ export declare function AppTitle(props: AppTitleProps): React.JSX.Element;