@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
17 lines (15 loc) • 325 B
text/typescript
"use client";
export {
LocalAlert,
LocalAlertHeader,
LocalAlertTitle,
LocalAlertContent,
LocalAlertCloseButton,
} from "./root/LocalAlertRoot";
export type {
LocalAlertProps,
LocalAlertHeaderProps,
LocalAlertTitleProps,
LocalAlertContentProps,
LocalAlertCloseButtonProps,
} from "./root/LocalAlertRoot";