UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

11 lines (10 loc) 482 B
import { Props as StringValueProps } from '../String'; export type Props = StringValueProps; declare function Name(props: Props): import("react/jsx-runtime").JSX.Element; declare namespace Name { var _supportsSpacingProps: boolean; var First: (props: Props) => import("react/jsx-runtime").JSX.Element; var Last: (props: Props) => import("react/jsx-runtime").JSX.Element; var Company: (props: Props) => import("react/jsx-runtime").JSX.Element; } export default Name;