UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 195 B
import { FigureProps } from './types'; declare const Figure: ({ className, caption, aspect, src, alt, backdrop, }: FigureProps) => import("react/jsx-runtime").JSX.Element; export default Figure;