mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
5 lines
195 B
TypeScript
5 lines
195 B
TypeScript
import { CsfFile, CsfOptions } from './dist/ts3.9/index.d';
|
|
|
|
export declare const readCsfOrMdx: (fileName: string, options: CsfOptions) => Promise<CsfFile>;
|
|
export * from './dist/ts3.9/index.d';
|