mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:51:21 +08:00
6 lines
289 B
TypeScript
6 lines
289 B
TypeScript
/* eslint-disable import/export */
|
|
// TODO: We need to configure an eslint-import typescript resolver for export maps to be considered
|
|
|
|
// @ts-expect-error The generated definition file is empty. https://github.com/egoist/tsup/issues/762
|
|
export * from '@storybook/addon-viewport/manager';
|