storybook/lib/csf-tools/index.d.ts
2022-02-22 16:56:51 +08:00

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';