@utrecht/component-library-react
Version:
React component library bundle for the Municipality of Utrecht based on the NL Design System architecture
6 lines • 349 B
TypeScript
import { HTMLAttributes } from 'react';
export type FigureCaptionProps = HTMLAttributes<HTMLElement>;
export declare const FigureCaption: import("react").ForwardRefExoticComponent<FigureCaptionProps & {
children?: import("react").ReactNode | undefined;
} & import("react").RefAttributes<HTMLElement>>;
//# sourceMappingURL=FigureCaption.d.ts.map