UNPKG

@vchatcloud/react-ui-kit

Version:

VChatCloud UI Kit for react integration

7 lines (6 loc) 272 B
interface UserListDrawerProps { readonly visible: boolean; readonly onClose: () => void; } declare const UserListDrawer: import('react').ForwardRefExoticComponent<UserListDrawerProps & import('react').RefAttributes<HTMLDivElement>>; export default UserListDrawer;