UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

5 lines (4 loc) 230 B
import type { ValueProps } from '../../types'; export type ValueStringProps = ValueProps<string>; declare function StringComponent(props: ValueStringProps): import("react/jsx-runtime").JSX.Element; export default StringComponent;