zibri
    Preparing search index...

    Definition of a typescript import.

    type TsImportDefinition = {
        defaultImport: boolean;
        element: string;
        path: string;
    }
    Index

    Properties

    defaultImport: boolean

    Wether or not the element should be a default import.

    element: string

    The element that should be imported.

    path: string

    The path of where to import from.