1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-08 05:01:50 +08:00

4 lines
105 B
TypeScript

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