Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { FigurePlaceholderProps } from './typings';
/**
 * used to render figure caption
 */
declare function renderCaption(props: FigurePlaceholderProps): JSX.Element;
declare function renderFigureImage(props: FigurePlaceholderProps): JSX.Element;
declare function renderWrapper(props: FigurePlaceholderProps): JSX.Element;
export { renderCaption, renderFigureImage, renderWrapper };