mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Addon-docs: Update web-components props to new format
This commit is contained in:
parent
87cddfe06c
commit
7cbc4673d5
@ -8,10 +8,10 @@ import { render } from 'lit-html';
|
||||
function mapData(data) {
|
||||
return data.map(item => ({
|
||||
name: item.name,
|
||||
type: item.type,
|
||||
type: { summary: item.type },
|
||||
required: '',
|
||||
description: item.description,
|
||||
defaultValue: item.default,
|
||||
defaultValue: { summary: item.default },
|
||||
}));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user