UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

4 lines (3 loc) 200 B
import { SCEventType } from '@selfcommunity/types'; export declare function checkEventFinished(event: SCEventType | null): boolean; export declare function formatDateForGC(eventDate: string): string;