UNPKG

@sinchsmb/ui-kit

Version:

UI kit for SinchSMB frontend

6 lines (5 loc) 123 B
/** Supported header user menu actions */ export enum HeaderUserMenuAction { Profile = 'profile', LogOut = 'logOut', }