mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-11 00:06:25 +08:00
Fix typo
This commit is contained in:
parent
6826f77114
commit
9eb5c406cf
@ -13,7 +13,7 @@ interface ConfigureMainOptions {
|
|||||||
* In order to provide non-serializable data like functions, you can use
|
* In order to provide non-serializable data like functions, you can use
|
||||||
* { value: '%%yourFunctionCall()%%' }
|
* { value: '%%yourFunctionCall()%%' }
|
||||||
*
|
*
|
||||||
* '%% and %%' will be replace.
|
* '%% and %%' will be replaced.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user