-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added typescript typings #157
Conversation
@@ -0,0 +1,10 @@ | |||
declare var module: any; // dangerous |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you rename this lib
directory to config
.
I have renamed lib to config. |
Great. |
} | ||
|
||
export function storiesOf(name: string, module: any): Story; | ||
export function action(name: string, ...params: any[]): Function; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's another API called linkTo. Add that too.
We are currently working on a major refactor at the |
* Added typings * Added typings * Renamed lib to config * Updated the type definitions to reflect the module structure.
No description provided.