Repository URL to install this package:
|
Version:
4.0.61 ▾
|
import { BaseImageProps, ImageStates } from 'atoms/Image';
import { FigurePlaceholderProps } from 'atoms/Placeholder/FigurePlaceholder';
export interface FigureProps extends FigurePlaceholderProps, BaseImageProps {
caption?: string;
}
export interface FigureState extends ImageStates {
}