@twinfinity/experimental
    Preparing search index...

    Interface SvgContent

    interface SvgContent {
        addedSvgs: string[];
        closingHeader: string;
        content: string;
        header: string;
        start: string;
    }
    Index

    Properties

    addedSvgs: string[]
    closingHeader: string
    content: string
    header: string
    start: string