UNPKG

@selfcommunity/react-core

Version:

React Core Components useful for integrating UI Community components (react-ui).

9 lines (8 loc) 284 B
import { SCEventSubscriptionStatusType, SCEventType } from '@selfcommunity/types'; /** * Get event status * @returns status or null * @param event * @param going */ export declare function getEventStatus(event: SCEventType, going: boolean): SCEventSubscriptionStatusType | null;