interface PrepStyledComponents {
    element: string;
    filePath: string;
    format: string;
    name: string;
    templates: Templates;
}

Properties

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

Generated using TypeDoc