File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -480,6 +480,7 @@ declare module '@sendbird/uikit-react/ChannelList' {
480480declare module '@sendbird/uikit-react/ChannelList/context' {
481481 export const ChannelListProvider: React.FunctionComponent<ChannelListProviderProps>;
482482 export function useChannelListContext (): ChannelListProviderInterface;
483+ export function useChannelList (): ChannelListProviderInterface;
483484}
484485
485486declare module '@sendbird/uikit-react/ChannelList/components/AddChannel' {
Original file line number Diff line number Diff line change @@ -497,6 +497,7 @@ declare module '@sendbird/uikit-react/ChannelList' {
497497declare module '@sendbird/uikit-react/ChannelList/context' {
498498 export type ChannelListProvider = React . FunctionComponent < ChannelListProviderProps > ;
499499 export function useChannelListContext ( ) : ChannelListProviderInterface ;
500+ export function useChannelList ( ) : ChannelListProviderInterface ;
500501}
501502
502503declare module '@sendbird/uikit-react/ChannelList/components/AddChannel' {
You can’t perform that action at this time.
0 commit comments