Skip to content

Commit

Permalink
fix: update type private
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Nov 16, 2020
1 parent e142ad3 commit 96303ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core/src/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export type Story<Props = unknown> = {

export type DynamicExamples = Story[];

export type ExampleControls = {
type ExampleControls = {
[name: string]:
| ComponentControl<ExampleControls>
| string
Expand Down

0 comments on commit 96303ae

Please sign in to comment.