UNPKG

scholar-ed

Version:

A React component to embed Google Scholar profiles in a mobile-friendly way

5 lines (4 loc) 182 B
import ScholarProfile from "./components/ScholarProfile"; import "./components/ScholarProfile.css"; declare function initScholarEd(): void; export { ScholarProfile, initScholarEd };