// Copyright (c) Meta Platforms, Inc. and affiliates.

/**
 * @file index.ts
 * @input VStack component source
 * @output Exports VStack and its props type
 * @position Entry point for @astryxdesign/core/VStack subpath export
 */

export {VStack, type VStackProps} from './VStack';
