Skip to content

Commit

Permalink
proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Jan 3, 2024
1 parent 0c2bcdd commit bbeed4b
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions packages/mui-material-next/src/List/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ const List = React.forwardRef(function List(inProps, ref) {
});

List.propTypes /* remove-proptypes */ = {
// ----------------------------- Warning --------------------------------
// | These PropTypes are generated from the TypeScript type definitions |
// | To update them edit the d.ts file and run "yarn proptypes" |
// ----------------------------------------------------------------------
// ┌────────────────────────────── Warning ──────────────────────────────┐
// These PropTypes are generated from the TypeScript type definitions. │
// To update them, edit the d.ts file and run `pnpm proptypes`.
// └─────────────────────────────────────────────────────────────────────┘
/**
* The content of the component.
*/
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-material-next/src/ListItem/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,10 @@ const ListItem = React.forwardRef(function ListItem(inProps, ref) {
});

ListItem.propTypes /* remove-proptypes */ = {
// ----------------------------- Warning --------------------------------
// | These PropTypes are generated from the TypeScript type definitions |
// | To update them edit the d.ts file and run "yarn proptypes" |
// ----------------------------------------------------------------------
// ┌────────────────────────────── Warning ──────────────────────────────┐
// These PropTypes are generated from the TypeScript type definitions. │
// To update them, edit the d.ts file and run `pnpm proptypes`.
// └─────────────────────────────────────────────────────────────────────┘
/**
* Defines the `align-items` style property.
* @default 'center'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ const ListItemAvatar = React.forwardRef(function ListItemAvatar(inProps, ref) {
});

ListItemAvatar.propTypes /* remove-proptypes */ = {
// ----------------------------- Warning --------------------------------
// | These PropTypes are generated from the TypeScript type definitions |
// | To update them edit the d.ts file and run "yarn proptypes" |
// ----------------------------------------------------------------------
// ┌────────────────────────────── Warning ──────────────────────────────┐
// These PropTypes are generated from the TypeScript type definitions. │
// To update them, edit the d.ts file and run `pnpm proptypes`.
// └─────────────────────────────────────────────────────────────────────┘
/**
* The content of the component, normally an `Avatar`.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ const ListItemButton = React.forwardRef(function ListItemButton(inProps, ref) {
});

ListItemButton.propTypes /* remove-proptypes */ = {
// ----------------------------- Warning --------------------------------
// | These PropTypes are generated from the TypeScript type definitions |
// | To update them edit the d.ts file and run "yarn proptypes" |
// ----------------------------------------------------------------------
// ┌────────────────────────────── Warning ──────────────────────────────┐
// These PropTypes are generated from the TypeScript type definitions. │
// To update them, edit the d.ts file and run `pnpm proptypes`.
// └─────────────────────────────────────────────────────────────────────┘
/**
* Defines the `align-items` style property.
* @default 'center'
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-material-next/src/ListItemIcon/ListItemIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ const ListItemIcon = React.forwardRef(function ListItemIcon(inProps, ref) {
});

ListItemIcon.propTypes /* remove-proptypes */ = {
// ----------------------------- Warning --------------------------------
// | These PropTypes are generated from the TypeScript type definitions |
// | To update them edit the d.ts file and run "yarn proptypes" |
// ----------------------------------------------------------------------
// ┌────────────────────────────── Warning ──────────────────────────────┐
// These PropTypes are generated from the TypeScript type definitions. │
// To update them, edit the d.ts file and run `pnpm proptypes`.
// └─────────────────────────────────────────────────────────────────────┘
/**
* The content of the component, normally `Icon`, `SvgIcon`,
* or a `@mui/icons-material` SVG icon element.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ const ListItemSecondaryAction = React.forwardRef(function ListItemSecondaryActio
});

ListItemSecondaryAction.propTypes /* remove-proptypes */ = {
// ----------------------------- Warning --------------------------------
// | These PropTypes are generated from the TypeScript type definitions |
// | To update them edit the d.ts file and run "yarn proptypes" |
// ----------------------------------------------------------------------
// ┌────────────────────────────── Warning ──────────────────────────────┐
// These PropTypes are generated from the TypeScript type definitions. │
// To update them, edit the d.ts file and run `pnpm proptypes`.
// └─────────────────────────────────────────────────────────────────────┘
/**
* The content of the component, normally an `IconButton` or selection control.
*/
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-material-next/src/ListItemText/ListItemText.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ const ListItemText = React.forwardRef(function ListItemText(inProps, ref) {
});

ListItemText.propTypes /* remove-proptypes */ = {
// ----------------------------- Warning --------------------------------
// | These PropTypes are generated from the TypeScript type definitions |
// | To update them edit the d.ts file and run "yarn proptypes" |
// ----------------------------------------------------------------------
// ┌────────────────────────────── Warning ──────────────────────────────┐
// These PropTypes are generated from the TypeScript type definitions. │
// To update them, edit the d.ts file and run `pnpm proptypes`.
// └─────────────────────────────────────────────────────────────────────┘
/**
* Alias for the `primary` prop.
*/
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-material-next/src/ListSubheader/ListSubheader.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ const ListSubheader = React.forwardRef(function ListSubheader(inProps, ref) {
ListSubheader.muiSkipListHighlight = true;

ListSubheader.propTypes /* remove-proptypes */ = {
// ----------------------------- Warning --------------------------------
// | These PropTypes are generated from the TypeScript type definitions |
// | To update them edit the d.ts file and run "yarn proptypes" |
// ----------------------------------------------------------------------
// ┌────────────────────────────── Warning ──────────────────────────────┐
// These PropTypes are generated from the TypeScript type definitions. │
// To update them, edit the d.ts file and run `pnpm proptypes`.
// └─────────────────────────────────────────────────────────────────────┘
/**
* The content of the component.
*/
Expand Down

0 comments on commit bbeed4b

Please sign in to comment.