Interface BaseExportData

interface BaseExportData {
    content: string;
    name: string;
    styles?: string;
}

Hierarchy

Properties

Properties

content: string
name: string
styles?: string

Generated using TypeDoc