UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

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