UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 281 B
import { ValueProps } from '../../types'; export type Props = ValueProps<string>; declare function StringComponent(props: Props): import("react/jsx-runtime").JSX.Element; declare namespace StringComponent { var _supportsSpacingProps: boolean; } export default StringComponent;