UNPKG

@selfcommunity/react-ui

Version:

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

10 lines (9 loc) 374 B
/// <reference types="react" /> import { SCCourseType, SCUserType } from '@selfcommunity/types'; interface SeeProgressButtonProps { course: SCCourseType; user: SCUserType; } declare function SeeProgressButton(props: SeeProgressButtonProps): JSX.Element; declare const _default: import("react").MemoExoticComponent<typeof SeeProgressButton>; export default _default;