UNPKG

@selfcommunity/react-ui

Version:

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

5 lines (4 loc) 254 B
export declare function encodePassphrase(passphrase: string): string; export declare function decodePassphrase(base64String: string): string; export declare function generateRoomId(): string; export declare function randomString(length: number): string;