UNPKG

@toolpad/core

Version:

Dashboard framework powered by Material UI.

6 lines 225 B
import * as React from 'react'; import type { AppProviderProps } from "../AppProvider/index.js"; /** * @ignore - internal component. */ export declare function NextAppProviderApp(props: AppProviderProps): React.JSX.Element;