UNPKG

@web3mq/react-components

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