UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines (5 loc) 151 B
import React from "react"; export declare const HelpTextIcon: ({ title, filled, }: { title: string; filled?: boolean; }) => React.JSX.Element;