@toolpad/core
Version:
Dashboard framework powered by Material UI.
13 lines • 307 B
TypeScript
import * as React from 'react';
/**
*
* Demos:
*
* - [Dashboard Layout](https://mui.com/toolpad/core/react-dashboard-layout/)
*
* API:
*
* - [ThemeSwitcher API](https://mui.com/toolpad/core/api/theme-switcher)
*/
declare function ThemeSwitcher(): React.JSX.Element | null;
export { ThemeSwitcher };