Skip to content

Commit 374dfbf

Browse files
committed
run pnpm docs:typescript:formatted
1 parent 83e9dd1 commit 374dfbf

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

docs/data/toolpad/core/components/dashboard-layout/DashboardLayoutSidebarCollapsedProp.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,7 @@ function DemoPageContent({ pathname, toggleSidebar }) {
6363

6464
DemoPageContent.propTypes = {
6565
pathname: PropTypes.string.isRequired,
66-
toggleSidebar: PropTypes.shape({
67-
'__@hasInstance@2095': PropTypes.func.isRequired,
68-
'__@metadata@2097': PropTypes.any,
69-
apply: PropTypes.func.isRequired,
70-
arguments: PropTypes.any.isRequired,
71-
bind: PropTypes.func.isRequired,
72-
call: PropTypes.func.isRequired,
73-
caller: PropTypes.object.isRequired,
74-
length: PropTypes.number.isRequired,
75-
name: PropTypes.string.isRequired,
76-
prototype: PropTypes.any.isRequired,
77-
toString: PropTypes.func.isRequired,
78-
}).isRequired,
66+
toggleSidebar: PropTypes.func.isRequired,
7967
};
8068

8169
function DashboardLayoutSidebarCollapsedProp(props) {

0 commit comments

Comments
 (0)