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