UNPKG

@dapplets/dapplet-extension

Version:
9 lines (8 loc) 271 B
import { FC } from 'react'; import './valid.scss'; export interface UnderConstructionInfoProps { ModuleInfo: any; ModuleVersion: any; setUnderConstructionDetails: (x: any) => void; } export declare const UnderConstructionInfo: FC<UnderConstructionInfoProps>;