Skip to content

Commit

Permalink
Add JoyDrawer to componenets
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Sep 20, 2023
1 parent 69c035e commit ba3e733
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/mui-joy/src/styles/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ import {
DialogTitleOwnerState,
DialogTitleSlot,
} from '../DialogTitle/DialogTitleProps';
import { DrawerProps, DrawerOwnerState, DrawerSlot } from '../Drawer/DrawerProps';
import {
ScopedCssBaselineProps,
ScopedCssBaselineOwnerState,
Expand Down Expand Up @@ -349,6 +350,10 @@ export interface Components<Theme = unknown> {
defaultProps?: Partial<DialogTitleProps>;
styleOverrides?: StyleOverrides<DialogTitleSlot, DialogTitleOwnerState, Theme>;
};
JoyDrawer?: {
defaultProps?: Partial<DrawerProps>;
styleOverrides?: StyleOverrides<DrawerSlot, Dheme, DrawerOwnerState>;
};
JoyScopedCssBaseline?: {
defaultProps?: Partial<ScopedCssBaselineProps>;
styleOverrides?: StyleOverrides<ScopedCssBaselineSlot, ScopedCssBaselineOwnerState, Theme>;
Expand Down

0 comments on commit ba3e733

Please sign in to comment.