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