UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

5 lines (4 loc) 268 B
import type { FlexContainerAllProps } from './Container'; export type HorizontalProps = Omit<FlexContainerAllProps, 'direction'>; declare function Horizontal({ children, ...props }: HorizontalProps): import("react/jsx-runtime").JSX.Element; export default Horizontal;