UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

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