UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines (5 loc) 191 B
import React from "react"; declare function InlineMessageIcon({ status, }: { status: "info" | "success" | "warning" | "error"; }): React.JSX.Element | null; export { InlineMessageIcon };