This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
storybook
Watch
1
Star
0
Fork
0
You've already forked storybook
mirror of
https://github.com/storybookjs/storybook.git
synced
2025-03-19 05:02:40 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
storybook
/
app
/
angular
/
demo.d.ts
5 lines
106 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Added type annotation to helpers, added ts declaration files for angular and angular/demo modules
2017-12-10 20:43:00 +03:00
declare
module
'@storybook/angular/demo'
{
export
const
Button
:
any
;
export
const
Welcome
:
any
;
Add tslint to the linting pipe
2018-01-08 13:08:02 +02:00
}
Reference in New Issue
Copy Permalink