UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 169 B
/** * HTML Element * */ import type { PProps } from './P'; declare const Ingress: (props: PProps) => import("react/jsx-runtime").JSX.Element; export default Ingress;