UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

3 lines 280 B
import { ComponentDescriptor, StoryRecord } from "./types.js"; export declare function analyzeStorybookStories(projectRoot: string, components: ComponentDescriptor[], excludePaths?: string[]): Promise<Record<string, StoryRecord[]>>; //# sourceMappingURL=storybook-stories.d.ts.map