UNPKG

web3-mq-react

Version:
8 lines (7 loc) 308 B
import React from 'react'; import { SearchItemProps } from './ChannelSelectItem'; declare type CreateChannelProps = { ChannelSelectItem?: React.ComponentType<SearchItemProps>; }; export declare const CreateChannel: React.MemoExoticComponent<(props: CreateChannelProps) => JSX.Element>; export {};