@web3mq/react-components
Version:
web3mq-react-components
8 lines (7 loc) • 314 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) => React.JSX.Element>;
export {};