interface PrepComponent {
    element: string;
    extraProps: string;
    filePath: string;
    format: string;
    name: string;
    templates: Templates;
    text: string;
}

Properties

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

Generated using TypeDoc