KC's Workspace
    Preparing search index...

    Interface NormalizedJsxPreserveOptions

    interface NormalizedJsxPreserveOptions {
        factory: string | null;
        fragment: string | null;
        importSource: string | null;
        mode: "preserve";
    }
    Index

    Properties

    factory: string | null
    fragment: string | null
    importSource: string | null
    mode: "preserve"