UNPKG

@selfcommunity/react-ui

Version:

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

13 lines (12 loc) 321 B
export interface LessonFilePreviewProps { /** * Overrides or extends the styles applied to the component. * @default null */ className?: string; /** * The media object to show */ media: any; } export default function LessonFilePreview(props: LessonFilePreviewProps): JSX.Element;