UNPKG

@postenbring/hedwig-react

Version:

React components for [Hedwig Design System](https://github.com/bring/hedwig-design-system).

9 lines 405 B
import { type HTMLAttributes } from "react"; /** * FieldsetLegend component, used to display a legend for a fieldset. * * @example * <FieldsetLegend>Skriv inn dine svar</FieldsetLegend> */ export declare const FieldsetLegend: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLLegendElement> & import("react").RefAttributes<HTMLLegendElement>>; //# sourceMappingURL=fieldset-legend.d.ts.map