Add Lightbox
to style guide
This commit is contained in:
parent
2474b42198
commit
8cfe12644a
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ const propsParser = typescriptSupport.withCustomConfig('./tsconfig.json').parse;
|
|||
|
||||
module.exports = {
|
||||
sections: [
|
||||
{
|
||||
name: 'Components',
|
||||
description: '',
|
||||
components: 'ts/components/*.tsx',
|
||||
},
|
||||
{
|
||||
name: 'Conversation',
|
||||
description: 'Everything necessary to render a conversation',
|
||||
|
|
Loading…
Reference in a new issue