Files
flights_web_raw/node_modules/@storybook/csf-tools/index.d.ts
T

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