@deep-foundation/deepcase
Version:
[](https://gitpod.io/#https://github.com/deep-foundation/deepcase) [](https://discord.gg/deep-
13 lines (12 loc) • 599 B
TypeScript
import React from 'react';
export declare const searchNpmPackages: (query: any) => Promise<any>;
export declare const getDeepPackagesVersions: (deep: any, packagesNames: any) => Promise<any>;
export declare const combinedPackagesSearch: (deep: any, query: any) => Promise<{
installedPackages: any;
notInstalledPackages: any;
}>;
export declare const getPackageFromNpm: (packageName: any) => Promise<any>;
export declare const PackagerInterface: React.MemoExoticComponent<({ toggle, onClose, }: {
toggle?: boolean;
onClose?: () => any;
}) => import("react/jsx-runtime").JSX.Element>;