mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 04:21:07 +08:00
14 lines
360 B
TypeScript
14 lines
360 B
TypeScript
export * from './client';
|
|
|
|
/*
|
|
* ATTENTION:
|
|
* - moduleMetadata
|
|
* - NgModuleMetadata
|
|
* - ICollection
|
|
*
|
|
* These typings are coped out of decorators.d.ts and types.d.ts in order to fix a bug with tsc
|
|
* It was imported out of dist before which was not the proper way of exporting public API
|
|
*
|
|
* This can be fixed by migrating app/angular to typescript
|
|
*/
|