UNPKG

@peulda/expo-plugin-channel-io

Version:
6 lines (5 loc) 235 B
import { ConfigPlugin } from 'expo/config-plugins'; import { ChannelPluginProps } from './types'; declare const withChannelPlugin: ConfigPlugin<ChannelPluginProps>; export type { ChannelPluginProps }; export default withChannelPlugin;