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