UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 273 B
import type { Props as FlexContainerProps } from './Container'; export type Props = FlexContainerProps; declare function Stack(props: Props): import("react/jsx-runtime").JSX.Element; declare namespace Stack { var _supportsSpacingProps: boolean; } export default Stack;