UNPKG

@dapplets/dapplet-extension

Version:
8 lines (7 loc) 217 B
import { FC } from 'react'; export interface RegistryProps { isShowChildrenRegistry?: boolean; label: string; setShowChildrenRegistry: (x: any) => void; } export declare const Registry: FC<RegistryProps>;