UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

5 lines (4 loc) 212 B
import type { FlexContainerAllProps } from './Container'; export type StackProps = FlexContainerAllProps; declare function Stack(props: StackProps): import("react/jsx-runtime").JSX.Element; export default Stack;