UNPKG

@dapplets/dapplet-extension

Version:
9 lines (8 loc) 302 B
import { FC } from 'react'; export interface UnderConstruction { setUnderConstruction: (x: any) => void; setUnderConstructionDetails: (x: any) => void; setModuleInfo: (x: any) => void; setModuleVersion: (x: any) => void; } export declare const UnderConstruction: FC<UnderConstruction>;