KC's Workspace
    Preparing search index...

    Interface NormalizedJsxAutomaticOptions

    interface NormalizedJsxAutomaticOptions {
        factory: string;
        importSource: string | null;
        jsxImportSource: string;
        mode: "automatic";
    }
    Index

    Properties

    factory: string
    importSource: string | null
    jsxImportSource: string
    mode: "automatic"