UNPKG

opds-web-client

Version:
9 lines (8 loc) 218 B
import * as React from "react"; export default class LaneMoreLink extends React.Component<any, any> { render(): JSX.Element; computeFontStyle(): { fontSize: string; lineHeight: string; }; }