Skip to content

Commit

Permalink
run pnpm docs:typescript:formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasgurjar committed Dec 9, 2024
1 parent 83e9dd1 commit 374dfbf
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,7 @@ function DemoPageContent({ pathname, toggleSidebar }) {

DemoPageContent.propTypes = {
pathname: PropTypes.string.isRequired,
toggleSidebar: PropTypes.shape({
'__@hasInstance@2095': PropTypes.func.isRequired,
'__@metadata@2097': PropTypes.any,
apply: PropTypes.func.isRequired,
arguments: PropTypes.any.isRequired,
bind: PropTypes.func.isRequired,
call: PropTypes.func.isRequired,
caller: PropTypes.object.isRequired,
length: PropTypes.number.isRequired,
name: PropTypes.string.isRequired,
prototype: PropTypes.any.isRequired,
toString: PropTypes.func.isRequired,
}).isRequired,
toggleSidebar: PropTypes.func.isRequired,
};

function DashboardLayoutSidebarCollapsedProp(props) {
Expand Down

0 comments on commit 374dfbf

Please sign in to comment.