Repository URL to install this package:
|
Version:
4.0.59 ▾
|
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 };