import { StackProps } from './Stack.types'; /** * Stack component - A flex container with gap that supports both vertical and horizontal layouts * * @example * ```tsx * // Vertical stack (default) * * * * * * // Horizontal stack * *