UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 324 B
import type { Props as FlexContainerProps } from './Container'; export type Props = Omit<FlexContainerProps, 'direction'>; declare function Horizontal({ children, ...props }: Props): import("react/jsx-runtime").JSX.Element; declare namespace Horizontal { var _supportsSpacingProps: boolean; } export default Horizontal;