web3-mq-react
Version:
web3-mq-react-components
8 lines (7 loc) • 308 B
TypeScript
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 {};