Skip to content

Commit

Permalink
update doc for modal
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismanciero committed Jan 16, 2019
1 parent 0581409 commit 09f0a57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Modal/Modal.Component.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,32 +184,32 @@ export class ModalComponent extends Component {
{
name: 'contentProps',
description:
'object - properties to add to content section of Modal dialog'
'object - additional props to be spread to the content section of Modal dialog'
},
{
name: 'headerProps',
description:
'object - properties to add to header section of Modal dialog'
'object - additional props to be spread to the header section of Modal dialog'
},
{
name: 'titleProps',
description:
'object - properties to add to title section of Modal dialog'
'object - additional props to be spread to the title section of Modal dialog'
},
{
name: 'closeProps',
description:
'object - properties to add to the close button of Modal dialog'
'object - additional props to be spread to the close button of Modal dialog'
},
{
name: 'bodyProps',
description:
'object - properties to add to body section of Modal dialog'
'object - additional props to be spread to the body section of Modal dialog'
},
{
name: 'footerProps',
description:
'object - properties to add to footer section of Modal dialog'
'object - additional props to be spread to the footer section of Modal dialog'
}
]}
type='Inputs' />
Expand Down

0 comments on commit 09f0a57

Please sign in to comment.