UNPKG

@dapplets/dapplet-extension

Version:
8 lines (7 loc) 245 B
import { FC } from 'react'; export interface UnderConstructionProps { isShowChildren?: boolean; label: string; setShowChildrenUnderConstraction: (x: any) => void; } export declare const UnderConstruction: FC<UnderConstructionProps>;