@dapplets/dapplet-extension
Version:
The Bridge to the Augmented Web.
21 lines (20 loc) • 492 B
TypeScript
import { FC } from 'react';
export declare enum DappletsDetails {
MAININFO = 0,
TOKENOMICS = 1
}
export declare enum UnderConstructionDetails {
INFO = 0,
TOKENOMICS = 1
}
export declare const NAVIGATION_LIST: {
_id: string;
title: string;
}[];
export interface SettingsOverlayProps {
setOpenWallet: () => void;
connectedDescriptors: [];
selectedWallet: string;
initModules: () => void;
}
export declare const SettingsOverlay: FC<SettingsOverlayProps>;