UNPKG

@selfcommunity/react-ui

Version:

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

16 lines (15 loc) 316 B
import React from 'react'; export interface PlatformWidgetActionType { /** * Render action to be inserted */ render: React.ReactNode; /** * Title for tutorial */ title: React.ReactNode | string; /** * Content for tutorial */ content: React.ReactNode | string; }