@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
17 lines • 461 B
JavaScript
import { BaseAlert } from "../../base-alert/index.js";
/**
* @see 🏷️ {@link LocalAlertContentProps}
* @example
* ```jsx
* <LocalAlert>
* <LocalAlert.Header>
* <LocalAlert.Title>Info title</LocalAlert.Title>
* </LocalAlert.Header>
*
* <LocalAlert.Content>Content</LocalAlert.Content>
* </LocalAlert>
* ```
*/
const LocalAlertContent = BaseAlert.Content;
export { LocalAlertContent };
//# sourceMappingURL=LocalAlertContent.js.map