mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
9 lines
179 B
TypeScript
9 lines
179 B
TypeScript
import { withMeasure } from './withMeasure';
|
|
import { PARAM_KEY } from './constants';
|
|
|
|
export const decorators = [withMeasure];
|
|
|
|
export const globals = {
|
|
[PARAM_KEY]: false,
|
|
};
|