UNPKG

241 BTypeScriptView Raw
1import { getView as getViewAtom, confirmPackagesToInstall as confirmPackagesToInstallAtom } from './atom';
2export declare const getView: typeof getViewAtom;
3export declare const confirmPackagesToInstall: typeof confirmPackagesToInstallAtom;