@postenbring/hedwig-react
Version:
React components for [Hedwig Design System](https://github.com/bring/hedwig-design-system).
12 lines • 535 B
TypeScript
import { type HTMLAttributes } from "react";
export type FieldsetDescriptionProps = HTMLAttributes<HTMLParagraphElement>;
/**
* FieldsetDescription component, used to display a description for a fieldset.
*
* @example
* <FieldsetDescription>
* Gi en kort beskrivelse i begge feltene
* </FieldsetDescription>
*/
export declare const FieldsetDescription: import("react").ForwardRefExoticComponent<FieldsetDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
//# sourceMappingURL=fieldset-description.d.ts.map