interface PrepStorybook {
    filePath: string;
    format: string;
    name: string;
    templates: Templates;
    text: string;
}

Properties

filePath: string
format: string
name: string
templates: Templates
text: string

Generated using TypeDoc