interface Templates {
    templatePathGraphic: string;
    templatePathReact: string;
    templatePathStorybook: string;
    templatePathStyled: string;
}

Properties

templatePathGraphic: string
templatePathReact: string
templatePathStorybook: string
templatePathStyled: string

Generated using TypeDoc