Backstage
    Preparing search index...

    Variable SettingsModalConst

    SettingsModal: (
        props: {
            children: Element;
            close: Function;
            componentName?: string;
            open: boolean;
        },
    ) => Element = homeReactSettingsModal

    Type Declaration

      • (
            props: {
                children: Element;
                close: Function;
                componentName?: string;
                open: boolean;
            },
        ): Element
      • Parameters

        • props: { children: Element; close: Function; componentName?: string; open: boolean }

        Returns Element

    Import from @backstage/plugin-home-react instead