@utrecht/component-library-react
Version:
React component library bundle for the Municipality of Utrecht based on the NL Design System architecture
8 lines • 345 B
TypeScript
/**
* @license EUPL-1.2
* Copyright (c) 2024 Yolijn van der Kolk
*/
import { HTMLAttributes } from 'react';
export type RichTextProps = HTMLAttributes<HTMLDivElement>;
export declare const RichText: import("react").ForwardRefExoticComponent<RichTextProps & import("react").RefAttributes<HTMLHRElement>>;
//# sourceMappingURL=RichText.d.ts.map