UNPKG

@etsoo/toolpad

Version:

Dashboard framework extention based on Toolpad Core

9 lines (8 loc) 330 B
import { Theme } from "@mui/material/styles"; export declare function getDrawerSxTransitionMixin(isExpanded: boolean, property: string): { transition: (theme: Theme) => string; }; export declare function getDrawerWidthTransitionMixin(isExpanded: boolean): { overflowX: string; transition: (theme: Theme) => string; };