Type alias TemplatesConfig

TemplatesConfig: {
    templates: {
        templatePathGraphic: string;
        templatePathReact: string;
        templatePathStorybook: string;
        templatePathStyled: string;
    };
}

Type declaration

  • templates: {
        templatePathGraphic: string;
        templatePathReact: string;
        templatePathStorybook: string;
        templatePathStyled: string;
    }
    • templatePathGraphic: string
    • templatePathReact: string
    • templatePathStorybook: string
    • templatePathStyled: string

Generated using TypeDoc