UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

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