1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-08 01:14:47 +08:00
2018-01-08 14:02:45 +02:00

5 lines
102 B
TypeScript

declare module '@storybook/angular/demo' {
export const Button: any;
export const Welcome: any;
}