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

5 lines
102 B
TypeScript

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