8 lines
197 B
TypeScript
8 lines
197 B
TypeScript
import { ArgsEnhancer, LoaderFunction } from 'storybook/internal/types';
|
|
|
|
declare const argsEnhancers: ArgsEnhancer[];
|
|
|
|
declare const loaders: LoaderFunction[];
|
|
|
|
export { argsEnhancers, loaders };
|