UNPKG

@dapplets/dapplet-extension

Version:
9 lines (8 loc) 270 B
import { FC } from 'react'; export interface DappletsMainInfoProps { setDappletsDetail: (x: any) => void; ModuleInfo: any; ModuleVersion: any; setShowChildrenRegistry: (x: any) => void; } export declare const DappletsMainInfo: FC<DappletsMainInfoProps>;