UNPKG

swap-chat-react

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