mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
declare module '@storybook/csf' {
|
|
interface GlobalTypes {
|
|
viewport: {
|
|
options: Array<{ id: string }>;
|
|
};
|
|
}
|
|
}
|